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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Environment.Builder
variables(Map<String,String> variables)
Environment 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 Detail
-
variables
Environment.Builder variables(Map<String,String> 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.
-
-