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