Class DatabaseToolsDatabaseApiGatewayConfigContent.Builder
- java.lang.Object
-
- com.oracle.bmc.databasetoolsruntime.model.DatabaseToolsDatabaseApiGatewayConfigContent.Builder
-
- Enclosing class:
- DatabaseToolsDatabaseApiGatewayConfigContent
public static class DatabaseToolsDatabaseApiGatewayConfigContent.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatabaseToolsDatabaseApiGatewayConfigContentbuild()DatabaseToolsDatabaseApiGatewayConfigContent.Buildercopy(DatabaseToolsDatabaseApiGatewayConfigContent model)DatabaseToolsDatabaseApiGatewayConfigContent.Builderglobal(DatabaseToolsDatabaseApiGatewayConfigGlobal global)DatabaseToolsDatabaseApiGatewayConfigContent.Builderpools(List<DatabaseToolsDatabaseApiGatewayConfigPoolContent> pools)The content of the Database Tools database API gateway config pools each with API spec and auto API spec definitions.
-
-
-
Method Detail
-
global
public DatabaseToolsDatabaseApiGatewayConfigContent.Builder global(DatabaseToolsDatabaseApiGatewayConfigGlobal global)
-
pools
public DatabaseToolsDatabaseApiGatewayConfigContent.Builder pools(List<DatabaseToolsDatabaseApiGatewayConfigPoolContent> pools)
The content of the Database Tools database API gateway config pools each with API spec and auto API spec definitions.- Parameters:
pools- the value to set- Returns:
- this builder
-
build
public DatabaseToolsDatabaseApiGatewayConfigContent build()
-
copy
public DatabaseToolsDatabaseApiGatewayConfigContent.Builder copy(DatabaseToolsDatabaseApiGatewayConfigContent model)
-
-