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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll 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- 
isDisabledpublic 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
 
 - 
apiGatewayIdpublic VanityUrlDetails.Builder apiGatewayId(String apiGatewayId) API Gateway ID.- Parameters:
- apiGatewayId- the value to set
- Returns:
- this builder
 
 - 
vanityUrlHostNamepublic VanityUrlDetails.Builder vanityUrlHostName(String vanityUrlHostName) Custom URL prefix provided by the customer to access dbTools.- Parameters:
- vanityUrlHostName- the value to set
- Returns:
- this builder
 
 - 
buildpublic VanityUrlDetails build() 
 - 
copypublic VanityUrlDetails.Builder copy(VanityUrlDetails model) 
 
- 
 
-