| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Cluster |
Cluster.clearTagsEntries()
Removes all the entries added into Tags.
|
Cluster |
Cluster.clone() |
Cluster |
DeleteClusterResult.getCluster()
The full description of the cluster to delete.
|
Cluster |
DescribeClusterResult.getCluster()
The full description of your specified cluster.
|
Cluster |
CreateClusterResult.getCluster()
The full description of your new cluster.
|
Cluster |
Cluster.withArn(String arn)
The Amazon Resource Name (ARN) of the cluster.
|
Cluster |
Cluster.withCertificateAuthority(Certificate certificateAuthority)
The
certificate-authority-data for your cluster. |
Cluster |
Cluster.withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
Cluster |
Cluster.withCreatedAt(Date createdAt)
The Unix epoch timestamp in seconds for when the cluster was created.
|
Cluster |
Cluster.withEncryptionConfig(Collection<EncryptionConfig> encryptionConfig)
The encryption configuration for the cluster.
|
Cluster |
Cluster.withEncryptionConfig(EncryptionConfig... encryptionConfig)
The encryption configuration for the cluster.
|
Cluster |
Cluster.withEndpoint(String endpoint)
The endpoint for your Kubernetes API server.
|
Cluster |
Cluster.withIdentity(Identity identity)
The identity provider information for the cluster.
|
Cluster |
Cluster.withLogging(Logging logging)
The logging configuration for your cluster.
|
Cluster |
Cluster.withName(String name)
The name of the cluster.
|
Cluster |
Cluster.withPlatformVersion(String platformVersion)
The platform version of your Amazon EKS cluster.
|
Cluster |
Cluster.withResourcesVpcConfig(VpcConfigResponse resourcesVpcConfig)
The VPC configuration used by the cluster control plane.
|
Cluster |
Cluster.withRoleArn(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 |
Cluster.withStatus(ClusterStatus status)
The current status of the cluster.
|
Cluster |
Cluster.withStatus(String status)
The current status of the cluster.
|
Cluster |
Cluster.withTags(Map<String,String> tags)
The metadata that you apply to the cluster to assist with categorization and organization.
|
Cluster |
Cluster.withVersion(String version)
The Kubernetes server version for the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteClusterResult.setCluster(Cluster cluster)
The full description of the cluster to delete.
|
void |
DescribeClusterResult.setCluster(Cluster cluster)
The full description of your specified cluster.
|
void |
CreateClusterResult.setCluster(Cluster cluster)
The full description of your new cluster.
|
DeleteClusterResult |
DeleteClusterResult.withCluster(Cluster cluster)
The full description of the cluster to delete.
|
DescribeClusterResult |
DescribeClusterResult.withCluster(Cluster cluster)
The full description of your specified cluster.
|
CreateClusterResult |
CreateClusterResult.withCluster(Cluster cluster)
The full description of your new cluster.
|
Copyright © 2020. All rights reserved.