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 environment variable name in the key-value pair.Specifies the type of use for the environment variable value.type
(EnvironmentVariableType type) Specifies the type of use for the environment variable value.The environment variable value in the key-value pair.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 in the key-value pair.
- Parameters:
name
- The environment variable name in the key-value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The environment variable value in the key-value pair.
- Parameters:
value
- The environment variable value in the key-value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Specifies the type of use for the environment variable value. The value can be either
PLAINTEXT
orSECRETS_MANAGER
. If the value isSECRETS_MANAGER
, provide the Secrets reference in the EnvironmentVariable value.- Parameters:
type
- Specifies the type of use for the environment variable value. The value can be eitherPLAINTEXT
orSECRETS_MANAGER
. If the value isSECRETS_MANAGER
, provide the Secrets reference in the EnvironmentVariable value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Specifies the type of use for the environment variable value. The value can be either
PLAINTEXT
orSECRETS_MANAGER
. If the value isSECRETS_MANAGER
, provide the Secrets reference in the EnvironmentVariable value.- Parameters:
type
- Specifies the type of use for the environment variable value. The value can be eitherPLAINTEXT
orSECRETS_MANAGER
. If the value isSECRETS_MANAGER
, provide the Secrets reference in the EnvironmentVariable value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-