| 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 |
RegisterClusterResult.getCluster() |
Cluster |
DescribeClusterResult.getCluster()
The full description of your specified cluster.
|
Cluster |
DeregisterClusterResult.getCluster() |
Cluster |
DeleteClusterResult.getCluster()
The full description of the cluster to delete.
|
Cluster |
CreateClusterResult.getCluster()
The full description of your new cluster.
|
Cluster |
Cluster.withAccessConfig(AccessConfigResponse accessConfig)
The access configuration for the 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)
A 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 at object creation.
|
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.withHealth(ClusterHealth health)
An object representing the health of your Amazon EKS cluster.
|
Cluster |
Cluster.withId(String id)
The ID of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
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 your cluster.
|
Cluster |
Cluster.withOutpostConfig(OutpostConfigResponse outpostConfig)
An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
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)
Metadata that assists with categorization and organization.
|
Cluster |
Cluster.withUpgradePolicy(UpgradePolicyResponse upgradePolicy)
This value indicates if extended support is enabled or disabled for the cluster.
|
Cluster |
Cluster.withVersion(String version)
The Kubernetes server version for the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegisterClusterResult.setCluster(Cluster cluster) |
void |
DescribeClusterResult.setCluster(Cluster cluster)
The full description of your specified cluster.
|
void |
DeregisterClusterResult.setCluster(Cluster cluster) |
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.
|
RegisterClusterResult |
RegisterClusterResult.withCluster(Cluster cluster) |
DescribeClusterResult |
DescribeClusterResult.withCluster(Cluster cluster)
The full description of your specified cluster.
|
DeregisterClusterResult |
DeregisterClusterResult.withCluster(Cluster 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.
|
Copyright © 2024. All rights reserved.