| 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 |
CreateClusterResult.getCluster()
The full description of your new cluster.
|
Cluster |
RegisterClusterResult.getCluster() |
Cluster |
DeregisterClusterResult.getCluster() |
Cluster |
DescribeClusterResult.getCluster()
The full description of your specified 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.withConnectorConfig(ConnectorConfigResponse connectorConfig)
The configuration used to connect to a cluster for registration.
|
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.withKubernetesNetworkConfig(KubernetesNetworkConfigResponse kubernetesNetworkConfig)
The Kubernetes network configuration 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 Amazon Web Services 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 |
CreateClusterResult.setCluster(Cluster cluster)
The full description of your new cluster.
|
void |
RegisterClusterResult.setCluster(Cluster cluster) |
void |
DeregisterClusterResult.setCluster(Cluster cluster) |
void |
DescribeClusterResult.setCluster(Cluster cluster)
The full description of your specified cluster.
|
DeleteClusterResult |
DeleteClusterResult.withCluster(Cluster cluster)
The full description of the cluster to delete.
|
CreateClusterResult |
CreateClusterResult.withCluster(Cluster cluster)
The full description of your new cluster.
|
RegisterClusterResult |
RegisterClusterResult.withCluster(Cluster cluster) |
DeregisterClusterResult |
DeregisterClusterResult.withCluster(Cluster cluster) |
DescribeClusterResult |
DescribeClusterResult.withCluster(Cluster cluster)
The full description of your specified cluster.
|
Copyright © 2022. All rights reserved.