default Cluster.Builder |
Cluster.Builder.accessConfig(Consumer<AccessConfigResponse.Builder> accessConfig) |
The access configuration for the cluster.
|
Cluster.Builder |
Cluster.Builder.accessConfig(AccessConfigResponse accessConfig) |
The access configuration for the cluster.
|
Cluster.Builder |
Cluster.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the cluster.
|
static Cluster.Builder |
Cluster.builder() |
|
default Cluster.Builder |
Cluster.Builder.certificateAuthority(Consumer<Certificate.Builder> certificateAuthority) |
The certificate-authority-data for your cluster.
|
Cluster.Builder |
Cluster.Builder.certificateAuthority(Certificate certificateAuthority) |
The certificate-authority-data for your cluster.
|
Cluster.Builder |
Cluster.Builder.clientRequestToken(String clientRequestToken) |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
default Cluster.Builder |
Cluster.Builder.computeConfig(Consumer<ComputeConfigResponse.Builder> computeConfig) |
Indicates the current configuration of the compute capability on your EKS Auto Mode cluster.
|
Cluster.Builder |
Cluster.Builder.computeConfig(ComputeConfigResponse computeConfig) |
Indicates the current configuration of the compute capability on your EKS Auto Mode cluster.
|
default Cluster.Builder |
Cluster.Builder.connectorConfig(Consumer<ConnectorConfigResponse.Builder> connectorConfig) |
The configuration used to connect to a cluster for registration.
|
Cluster.Builder |
Cluster.Builder.connectorConfig(ConnectorConfigResponse connectorConfig) |
The configuration used to connect to a cluster for registration.
|
Cluster.Builder |
Cluster.Builder.createdAt(Instant createdAt) |
The Unix epoch timestamp at object creation.
|
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.health(Consumer<ClusterHealth.Builder> health) |
An object representing the health of your Amazon EKS cluster.
|
Cluster.Builder |
Cluster.Builder.health(ClusterHealth health) |
An object representing the health of your Amazon EKS cluster.
|
Cluster.Builder |
Cluster.Builder.id(String id) |
The ID of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
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.kubernetesNetworkConfig(Consumer<KubernetesNetworkConfigResponse.Builder> kubernetesNetworkConfig) |
The Kubernetes network configuration for the cluster.
|
Cluster.Builder |
Cluster.Builder.kubernetesNetworkConfig(KubernetesNetworkConfigResponse kubernetesNetworkConfig) |
The Kubernetes network configuration 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 your cluster.
|
default Cluster.Builder |
Cluster.Builder.outpostConfig(Consumer<OutpostConfigResponse.Builder> outpostConfig) |
An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
Cluster.Builder |
Cluster.Builder.outpostConfig(OutpostConfigResponse outpostConfig) |
An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
Cluster.Builder |
Cluster.Builder.platformVersion(String platformVersion) |
The platform version of your Amazon EKS cluster.
|
default Cluster.Builder |
Cluster.Builder.remoteNetworkConfig(Consumer<RemoteNetworkConfigResponse.Builder> remoteNetworkConfig) |
The configuration in the cluster for EKS Hybrid Nodes.
|
Cluster.Builder |
Cluster.Builder.remoteNetworkConfig(RemoteNetworkConfigResponse remoteNetworkConfig) |
The configuration in the cluster for EKS Hybrid Nodes.
|
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 Amazon Web Services API operations on your behalf.
|
Cluster.Builder |
Cluster.Builder.status(String status) |
The current status of the cluster.
|
Cluster.Builder |
Cluster.Builder.status(ClusterStatus status) |
The current status of the cluster.
|
default Cluster.Builder |
Cluster.Builder.storageConfig(Consumer<StorageConfigResponse.Builder> storageConfig) |
Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster.
|
Cluster.Builder |
Cluster.Builder.storageConfig(StorageConfigResponse storageConfig) |
Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster.
|
Cluster.Builder |
Cluster.Builder.tags(Map<String,String> tags) |
Metadata that assists with categorization and organization.
|
Cluster.Builder |
Cluster.toBuilder() |
|
default Cluster.Builder |
Cluster.Builder.upgradePolicy(Consumer<UpgradePolicyResponse.Builder> upgradePolicy) |
This value indicates if extended support is enabled or disabled for the cluster.
|
Cluster.Builder |
Cluster.Builder.upgradePolicy(UpgradePolicyResponse upgradePolicy) |
This value indicates if extended support is enabled or disabled for the cluster.
|
Cluster.Builder |
Cluster.Builder.version(String version) |
The Kubernetes server version for the cluster.
|
default Cluster.Builder |
Cluster.Builder.zonalShiftConfig(Consumer<ZonalShiftConfigResponse.Builder> zonalShiftConfig) |
The configuration for zonal shift for the cluster.
|
Cluster.Builder |
Cluster.Builder.zonalShiftConfig(ZonalShiftConfigResponse zonalShiftConfig) |
The configuration for zonal shift for the cluster.
|