Package com.oracle.bmc.database.model
Class VanityUrlDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.VanityUrlDetails.Builder
-
- Enclosing class:
- VanityUrlDetails
public static class VanityUrlDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VanityUrlDetails.BuilderapiGatewayId(String apiGatewayId)API Gateway ID.VanityUrlDetailsbuild()VanityUrlDetails.Buildercopy(VanityUrlDetails model)VanityUrlDetails.BuilderisDisabled(Boolean isDisabled)Indicates if the vanity url details should be deleted for the Autonomous AI Database.VanityUrlDetails.BuildervanityUrlHostName(String vanityUrlHostName)Custom URL prefix provided by the customer to access dbTools.
-
-
-
Method Detail
-
isDisabled
public VanityUrlDetails.Builder isDisabled(Boolean isDisabled)
Indicates if the vanity url details should be deleted for the Autonomous AI Database.- Parameters:
isDisabled- the value to set- Returns:
- this builder
-
apiGatewayId
public VanityUrlDetails.Builder apiGatewayId(String apiGatewayId)
API Gateway ID.- Parameters:
apiGatewayId- the value to set- Returns:
- this builder
-
vanityUrlHostName
public VanityUrlDetails.Builder vanityUrlHostName(String vanityUrlHostName)
Custom URL prefix provided by the customer to access dbTools.- Parameters:
vanityUrlHostName- the value to set- Returns:
- this builder
-
build
public VanityUrlDetails build()
-
copy
public VanityUrlDetails.Builder copy(VanityUrlDetails model)
-
-