Interface Environment.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Environment.Builder,,- Environment> - SdkBuilder<Environment.Builder,,- Environment> - SdkPojo
- Enclosing class:
- Environment
@Mutable
@NotThreadSafe
public static interface Environment.Builder
extends SdkPojo, CopyableBuilder<Environment.Builder,Environment> 
- 
Method SummaryModifier and TypeMethodDescriptionEnvironment variable key-value pairs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
variablesEnvironment variable key-value pairs. For more information, see Using Lambda environment variables. - Parameters:
- variables- Environment variable key-value pairs. For more information, see Using Lambda environment variables.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-