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