Class UpdateClusterEndpointConfigDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.containerengine.model.UpdateClusterEndpointConfigDetails.Builder
-
- Enclosing class:
- UpdateClusterEndpointConfigDetails
public static class UpdateClusterEndpointConfigDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateClusterEndpointConfigDetails
build()
UpdateClusterEndpointConfigDetails.Builder
copy(UpdateClusterEndpointConfigDetails model)
UpdateClusterEndpointConfigDetails.Builder
isPublicIpEnabled(Boolean isPublicIpEnabled)
Whether the cluster should be assigned a public IP address.UpdateClusterEndpointConfigDetails.Builder
nsgIds(List<String> nsgIds)
A list of the OCIDs of the network security groups (NSGs) to apply to the cluster endpoint.
-
-
-
Method Detail
-
nsgIds
public 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
-
isPublicIpEnabled
public 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
-
build
public UpdateClusterEndpointConfigDetails build()
-
copy
public UpdateClusterEndpointConfigDetails.Builder copy(UpdateClusterEndpointConfigDetails model)
-
-