| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the cluster.
|
static Cluster.Builder |
Cluster.builder() |
Cluster.Builder |
Cluster.Builder.certificateAuthority(Certificate certificateAuthority)
The
certificate-authority-data for your cluster. |
default Cluster.Builder |
Cluster.Builder.certificateAuthority(Consumer<Certificate.Builder> certificateAuthority)
The
certificate-authority-data for your cluster. |
Cluster.Builder |
Cluster.Builder.clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
Cluster.Builder |
Cluster.Builder.createdAt(Instant createdAt)
The Unix epoch timestamp in seconds for when the cluster was created.
|
Cluster.Builder |
Cluster.Builder.encryptionConfig(Collection<EncryptionConfig> encryptionConfig)
The encryption configuration for the cluster.
|
Cluster.Builder |
Cluster.Builder.encryptionConfig(Consumer<EncryptionConfig.Builder>... encryptionConfig)
The encryption configuration for the cluster.
|
Cluster.Builder |
Cluster.Builder.encryptionConfig(EncryptionConfig... encryptionConfig)
The encryption configuration for the cluster.
|
Cluster.Builder |
Cluster.Builder.endpoint(String endpoint)
The endpoint for your Kubernetes API server.
|
default Cluster.Builder |
Cluster.Builder.identity(Consumer<Identity.Builder> identity)
The identity provider information for the cluster.
|
Cluster.Builder |
Cluster.Builder.identity(Identity identity)
The identity provider information for the cluster.
|
default Cluster.Builder |
Cluster.Builder.logging(Consumer<Logging.Builder> logging)
The logging configuration for your cluster.
|
Cluster.Builder |
Cluster.Builder.logging(Logging logging)
The logging configuration for your cluster.
|
Cluster.Builder |
Cluster.Builder.name(String name)
The name of the cluster.
|
Cluster.Builder |
Cluster.Builder.platformVersion(String platformVersion)
The platform version of your Amazon EKS cluster.
|
default Cluster.Builder |
Cluster.Builder.resourcesVpcConfig(Consumer<VpcConfigResponse.Builder> resourcesVpcConfig)
The VPC configuration used by the cluster control plane.
|
Cluster.Builder |
Cluster.Builder.resourcesVpcConfig(VpcConfigResponse resourcesVpcConfig)
The VPC configuration used by the cluster control plane.
|
Cluster.Builder |
Cluster.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to
make calls to AWS API operations on your behalf.
|
Cluster.Builder |
Cluster.Builder.status(ClusterStatus status)
The current status of the cluster.
|
Cluster.Builder |
Cluster.Builder.status(String status)
The current status of the cluster.
|
Cluster.Builder |
Cluster.Builder.tags(Map<String,String> tags)
The metadata that you apply to the cluster to assist with categorization and organization.
|
Cluster.Builder |
Cluster.toBuilder() |
Cluster.Builder |
Cluster.Builder.version(String version)
The Kubernetes server version for the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Cluster.Builder> |
Cluster.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeleteClusterResponse.Builder |
DeleteClusterResponse.Builder.cluster(Consumer<Cluster.Builder> cluster)
The full description of the cluster to delete.
|
default CreateClusterResponse.Builder |
CreateClusterResponse.Builder.cluster(Consumer<Cluster.Builder> cluster)
The full description of your new cluster.
|
default DescribeClusterResponse.Builder |
DescribeClusterResponse.Builder.cluster(Consumer<Cluster.Builder> cluster)
The full description of your specified cluster.
|
Copyright © 2020. All rights reserved.