Class UpdateClusterEndpointConfigDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.containerengine.model.UpdateClusterEndpointConfigDetails.Builder
 
- 
- Enclosing class:
- UpdateClusterEndpointConfigDetails
 
 public static class UpdateClusterEndpointConfigDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateClusterEndpointConfigDetailsbuild()UpdateClusterEndpointConfigDetails.Buildercopy(UpdateClusterEndpointConfigDetails model)UpdateClusterEndpointConfigDetails.BuilderisPublicIpEnabled(Boolean isPublicIpEnabled)Whether the cluster should be assigned a public IP address.UpdateClusterEndpointConfigDetails.BuildernsgIds(List<String> nsgIds)A list of the OCIDs of the network security groups (NSGs) to apply to the cluster endpoint.
 
- 
- 
- 
Method Detail- 
nsgIdspublic UpdateClusterEndpointConfigDetails.Builder nsgIds(List<String> nsgIds) A list of the OCIDs of the network security groups (NSGs) to apply to the cluster endpoint.For more information about NSGs, see NetworkSecurityGroup.- Parameters:
- nsgIds- the value to set
- Returns:
- this builder
 
 - 
isPublicIpEnabledpublic UpdateClusterEndpointConfigDetails.Builder isPublicIpEnabled(Boolean isPublicIpEnabled) Whether the cluster should be assigned a public IP address.Defaults to false. If set to true on a private subnet, the cluster update will fail. - Parameters:
- isPublicIpEnabled- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateClusterEndpointConfigDetails build() 
 - 
copypublic UpdateClusterEndpointConfigDetails.Builder copy(UpdateClusterEndpointConfigDetails model) 
 
- 
 
-