Class UpdateDeploymentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.UpdateDeploymentDetails.Builder
 
- 
- Enclosing class:
- UpdateDeploymentDetails
 
 public static class UpdateDeploymentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDeploymentDetails.BuilderbackupSchedule(UpdateBackupScheduleDetails backupSchedule)UpdateDeploymentDetailsbuild()UpdateDeploymentDetails.BuilderbyolCpuCoreCountLimit(Integer byolCpuCoreCountLimit)The maximum number of CPUs allowed with a ‘Bring Your Own License’ (BYOL) license type.UpdateDeploymentDetails.Buildercopy(UpdateDeploymentDetails model)UpdateDeploymentDetails.BuildercpuCoreCount(Integer cpuCoreCount)The Minimum number of OCPUs to be made available for this Deployment.UpdateDeploymentDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Tags defined for this resource.UpdateDeploymentDetails.Builderdescription(String description)Metadata about this specific object.UpdateDeploymentDetails.BuilderdisplayName(String displayName)An object’s Display Name.UpdateDeploymentDetails.BuilderenvironmentType(EnvironmentType environmentType)Specifies whether the deployment is used in a production or development/testing environment.UpdateDeploymentDetails.Builderfqdn(String fqdn)A three-label Fully Qualified Domain Name (FQDN) for a resource.UpdateDeploymentDetails.BuilderfreeformTags(Map<String,String> freeformTags)A simple key-value pair that is applied without any predefined name, type, or scope.UpdateDeploymentDetails.BuilderisAutoScalingEnabled(Boolean isAutoScalingEnabled)Indicates if auto scaling is enabled for the Deployment’s CPU core count.UpdateDeploymentDetails.BuilderisByolCpuCoreCountLimitEnabled(Boolean isByolCpuCoreCountLimitEnabled)Flag to allow to configure the ‘Bring Your Own License’ (BYOL) license type CPU limit.UpdateDeploymentDetails.BuilderisPublic(Boolean isPublic)True if this object is publicly available.UpdateDeploymentDetails.BuilderlicenseModel(LicenseModel licenseModel)The Oracle license model that applies to a Deployment.UpdateDeploymentDetails.BuilderloadBalancerSubnetId(String loadBalancerSubnetId)The OCID of a public subnet in the customer tenancy.UpdateDeploymentDetails.BuildermaintenanceConfiguration(UpdateMaintenanceConfigurationDetails maintenanceConfiguration)UpdateDeploymentDetails.BuildermaintenanceWindow(UpdateMaintenanceWindowDetails maintenanceWindow)UpdateDeploymentDetails.BuildernsgIds(List<String> nsgIds)An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.UpdateDeploymentDetails.BuilderoggData(UpdateOggDeploymentDetails oggData)UpdateDeploymentDetails.Builderplacements(List<DeploymentPlacementDetails> placements)An array of local peers of deploymentUpdateDeploymentDetails.BuildersecurityAttributes(Map<String,Map<String,Object>> securityAttributes)Security attributes for this resource.UpdateDeploymentDetails.BuildersubnetId(String subnetId)The OCID of the subnet of the deployment’s private endpoint.
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateDeploymentDetails.Builder displayName(String displayName) An object’s Display Name.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
licenseModelpublic UpdateDeploymentDetails.Builder licenseModel(LicenseModel licenseModel) The Oracle license model that applies to a Deployment.- Parameters:
- licenseModel- the value to set
- Returns:
- this builder
 
 - 
isByolCpuCoreCountLimitEnabledpublic UpdateDeploymentDetails.Builder isByolCpuCoreCountLimitEnabled(Boolean isByolCpuCoreCountLimitEnabled) Flag to allow to configure the ‘Bring Your Own License’ (BYOL) license type CPU limit.If enabled, the exact number of CPUs must be provided via byolCpuCoreCountLimit. - Parameters:
- isByolCpuCoreCountLimitEnabled- the value to set
- Returns:
- this builder
 
 - 
byolCpuCoreCountLimitpublic UpdateDeploymentDetails.Builder byolCpuCoreCountLimit(Integer byolCpuCoreCountLimit) The maximum number of CPUs allowed with a ‘Bring Your Own License’ (BYOL) license type.Any CPU usage above this limit is considered as License Included and billed. - Parameters:
- byolCpuCoreCountLimit- the value to set
- Returns:
- this builder
 
 - 
environmentTypepublic UpdateDeploymentDetails.Builder environmentType(EnvironmentType environmentType) Specifies whether the deployment is used in a production or development/testing environment.- Parameters:
- environmentType- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic UpdateDeploymentDetails.Builder description(String description) Metadata about this specific object.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateDeploymentDetails.Builder freeformTags(Map<String,String> freeformTags) A simple key-value pair that is applied without any predefined name, type, or scope.Exists for cross-compatibility only. Example: {"bar-key": "value"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateDeploymentDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Tags defined for this resource.Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
nsgIdspublic UpdateDeploymentDetails.Builder nsgIds(List<String> nsgIds) An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.- Parameters:
- nsgIds- the value to set
- Returns:
- this builder
 
 - 
subnetIdpublic UpdateDeploymentDetails.Builder subnetId(String subnetId) The OCID of the subnet of the deployment’s private endpoint.The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced. - Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
loadBalancerSubnetIdpublic UpdateDeploymentDetails.Builder loadBalancerSubnetId(String loadBalancerSubnetId) The OCID of a public subnet in the customer tenancy.Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatibility, this is an optional property. It will become mandatory for public deployments after October 1, 2024. - Parameters:
- loadBalancerSubnetId- the value to set
- Returns:
- this builder
 
 - 
isPublicpublic UpdateDeploymentDetails.Builder isPublic(Boolean isPublic) True if this object is publicly available.- Parameters:
- isPublic- the value to set
- Returns:
- this builder
 
 - 
fqdnpublic UpdateDeploymentDetails.Builder fqdn(String fqdn) A three-label Fully Qualified Domain Name (FQDN) for a resource.- Parameters:
- fqdn- the value to set
- Returns:
- this builder
 
 - 
cpuCoreCountpublic UpdateDeploymentDetails.Builder cpuCoreCount(Integer cpuCoreCount) The Minimum number of OCPUs to be made available for this Deployment.- Parameters:
- cpuCoreCount- the value to set
- Returns:
- this builder
 
 - 
isAutoScalingEnabledpublic UpdateDeploymentDetails.Builder isAutoScalingEnabled(Boolean isAutoScalingEnabled) Indicates if auto scaling is enabled for the Deployment’s CPU core count.- Parameters:
- isAutoScalingEnabled- the value to set
- Returns:
- this builder
 
 - 
placementspublic UpdateDeploymentDetails.Builder placements(List<DeploymentPlacementDetails> placements) An array of local peers of deployment- Parameters:
- placements- the value to set
- Returns:
- this builder
 
 - 
securityAttributespublic UpdateDeploymentDetails.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) Security attributes for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}} - Parameters:
- securityAttributes- the value to set
- Returns:
- this builder
 
 - 
oggDatapublic UpdateDeploymentDetails.Builder oggData(UpdateOggDeploymentDetails oggData) 
 - 
maintenanceWindowpublic UpdateDeploymentDetails.Builder maintenanceWindow(UpdateMaintenanceWindowDetails maintenanceWindow) 
 - 
maintenanceConfigurationpublic UpdateDeploymentDetails.Builder maintenanceConfiguration(UpdateMaintenanceConfigurationDetails maintenanceConfiguration) 
 - 
backupSchedulepublic UpdateDeploymentDetails.Builder backupSchedule(UpdateBackupScheduleDetails backupSchedule) 
 - 
buildpublic UpdateDeploymentDetails build() 
 - 
copypublic UpdateDeploymentDetails.Builder copy(UpdateDeploymentDetails model) 
 
- 
 
-