Class ClusterEndpointConfig.Builder
- java.lang.Object
- 
- com.oracle.bmc.containerengine.model.ClusterEndpointConfig.Builder
 
- 
- Enclosing class:
- ClusterEndpointConfig
 
 public static class ClusterEndpointConfig.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterEndpointConfigbuild()ClusterEndpointConfig.Buildercopy(ClusterEndpointConfig model)ClusterEndpointConfig.BuilderisPublicIpEnabled(Boolean isPublicIpEnabled)Whether the cluster should be assigned a public IP address.ClusterEndpointConfig.BuildernsgIds(List<String> nsgIds)A list of the OCIDs of the network security groups (NSGs) to apply to the cluster endpoint.ClusterEndpointConfig.BuildersubnetId(String subnetId)The OCID of the regional subnet in which to place the Cluster endpoint.
 
- 
- 
- 
Method Detail- 
subnetIdpublic ClusterEndpointConfig.Builder subnetId(String subnetId) The OCID of the regional subnet in which to place the Cluster endpoint.- Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
nsgIdspublic ClusterEndpointConfig.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 ClusterEndpointConfig.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 provisioning will fail. - Parameters:
- isPublicIpEnabled- the value to set
- Returns:
- this builder
 
 - 
buildpublic ClusterEndpointConfig build() 
 - 
copypublic ClusterEndpointConfig.Builder copy(ClusterEndpointConfig model) 
 
- 
 
-