Class CfnJobDefinitionPropsMixin.EksContainerEnvironmentVariableProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.batch.CfnJobDefinitionPropsMixin.EksContainerEnvironmentVariableProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnJobDefinitionPropsMixin.EksContainerEnvironmentVariableProperty>
- Enclosing interface:
CfnJobDefinitionPropsMixin.EksContainerEnvironmentVariableProperty
@Stability(Stable)
public static final class CfnJobDefinitionPropsMixin.EksContainerEnvironmentVariableProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnJobDefinitionPropsMixin.EksContainerEnvironmentVariableProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
@Stability(Stable) public CfnJobDefinitionPropsMixin.EksContainerEnvironmentVariableProperty.Builder name(String name) - Parameters:
name- The name of the environment variable.- Returns:
this
-
value
@Stability(Stable) public CfnJobDefinitionPropsMixin.EksContainerEnvironmentVariableProperty.Builder value(String value) - Parameters:
value- The value of the environment variable.- Returns:
this
-
build
@Stability(Stable) public CfnJobDefinitionPropsMixin.EksContainerEnvironmentVariableProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnJobDefinitionPropsMixin.EksContainerEnvironmentVariableProperty>- Returns:
- a new instance of
CfnJobDefinitionPropsMixin.EksContainerEnvironmentVariableProperty - Throws:
NullPointerException- if any required attribute was not provided
-