Interface Environment.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Environment.Builder,
,Environment> SdkBuilder<Environment.Builder,
,Environment> SdkPojo
- Enclosing class:
Environment
public static interface Environment.Builder
extends SdkPojo, CopyableBuilder<Environment.Builder,Environment>
-
Method Summary
Modifier and TypeMethodDescriptionEnvironment variable key-value pairs.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, sdkFields
-
Method Details
-
variables
Environment 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.
-