Interface ContainerEnvironment.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContainerEnvironment.Builder,
,ContainerEnvironment> SdkBuilder<ContainerEnvironment.Builder,
,ContainerEnvironment> SdkPojo
- Enclosing class:
ContainerEnvironment
@Mutable
@NotThreadSafe
public static interface ContainerEnvironment.Builder
extends SdkPojo, CopyableBuilder<ContainerEnvironment.Builder,ContainerEnvironment>
-
Method Summary
Modifier and TypeMethodDescriptionThe environment variable name.The environment variable value.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The environment variable name.
- Parameters:
name
- The environment variable name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The environment variable value.
- Parameters:
value
- The environment variable value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-