Class CfnComputeEnvironment.EksConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.batch.CfnComputeEnvironment.EksConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnComputeEnvironment.EksConfigurationProperty>
- Enclosing interface:
CfnComputeEnvironment.EksConfigurationProperty
@Stability(Stable)
public static final class CfnComputeEnvironment.EksConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnComputeEnvironment.EksConfigurationProperty>
A builder for
CfnComputeEnvironment.EksConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.eksClusterArn
(String eksClusterArn) Sets the value ofCfnComputeEnvironment.EksConfigurationProperty.getEksClusterArn()
kubernetesNamespace
(String kubernetesNamespace) Sets the value ofCfnComputeEnvironment.EksConfigurationProperty.getKubernetesNamespace()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
eksClusterArn
@Stability(Stable) public CfnComputeEnvironment.EksConfigurationProperty.Builder eksClusterArn(String eksClusterArn) Sets the value ofCfnComputeEnvironment.EksConfigurationProperty.getEksClusterArn()
- Parameters:
eksClusterArn
- The Amazon Resource Name (ARN) of the Amazon EKS cluster. This parameter is required. An example isarn: *aws* :eks: *us-east-1* : *123456789012* :cluster/ *ClusterForBatch*
.- Returns:
this
-
kubernetesNamespace
@Stability(Stable) public CfnComputeEnvironment.EksConfigurationProperty.Builder kubernetesNamespace(String kubernetesNamespace) Sets the value ofCfnComputeEnvironment.EksConfigurationProperty.getKubernetesNamespace()
- Parameters:
kubernetesNamespace
- The namespace of the Amazon EKS cluster. This parameter is required. AWS Batch manages pods in this namespace. The value can't left empty or null. It must be fewer than 64 characters long, can't be set todefault
, can't start with "kube-
," and must match this regular expression:^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
. For more information, see Namespaces in the Kubernetes documentation.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnComputeEnvironment.EksConfigurationProperty>
- Returns:
- a new instance of
CfnComputeEnvironment.EksConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-