@Deprecated
public static final class ClusterAttributes.Builder
extends java.lang.Object
ClusterAttributes
Constructor and Description |
---|
Builder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClusterAttributes |
build()
Deprecated.
|
ClusterAttributes.Builder |
clusterArn(java.lang.String clusterArn)
Deprecated.
|
ClusterAttributes.Builder |
clusterCertificateAuthorityData(java.lang.String clusterCertificateAuthorityData)
Deprecated.
|
ClusterAttributes.Builder |
clusterEndpoint(java.lang.String clusterEndpoint)
Deprecated.
|
ClusterAttributes.Builder |
clusterName(java.lang.String clusterName)
Deprecated.
|
ClusterAttributes.Builder |
securityGroups(java.util.List<? extends ISecurityGroup> securityGroups)
Deprecated.
|
ClusterAttributes.Builder |
vpc(IVpc vpc)
Deprecated.
|
@Deprecated public ClusterAttributes.Builder clusterArn(java.lang.String clusterArn)
ClusterAttributes.getClusterArn()
clusterArn
- The unique ARN assigned to the service by AWS in the form of arn:aws:eks:. This parameter is required.this
@Deprecated public ClusterAttributes.Builder clusterCertificateAuthorityData(java.lang.String clusterCertificateAuthorityData)
ClusterAttributes.getClusterCertificateAuthorityData()
clusterCertificateAuthorityData
- The certificate-authority-data for your cluster. This parameter is required.this
@Deprecated public ClusterAttributes.Builder clusterEndpoint(java.lang.String clusterEndpoint)
ClusterAttributes.getClusterEndpoint()
clusterEndpoint
- The API Server endpoint URL. This parameter is required.this
@Deprecated public ClusterAttributes.Builder clusterName(java.lang.String clusterName)
ClusterAttributes.getClusterName()
clusterName
- The physical name of the Cluster. This parameter is required.this
@Deprecated public ClusterAttributes.Builder securityGroups(java.util.List<? extends ISecurityGroup> securityGroups)
ClusterAttributes.getSecurityGroups()
securityGroups
- The security groups associated with this cluster. This parameter is required.this
@Deprecated public ClusterAttributes.Builder vpc(IVpc vpc)
ClusterAttributes.getVpc()
vpc
- The VPC in which this Cluster was created. This parameter is required.this
@Deprecated public ClusterAttributes build()
ClusterAttributes
java.lang.NullPointerException
- if any required attribute was not provided