Interface EnvironmentConfigurationParameter.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EnvironmentConfigurationParameter.Builder,
,EnvironmentConfigurationParameter> SdkBuilder<EnvironmentConfigurationParameter.Builder,
,EnvironmentConfigurationParameter> SdkPojo
- Enclosing class:
EnvironmentConfigurationParameter
@Mutable
@NotThreadSafe
public static interface EnvironmentConfigurationParameter.Builder
extends SdkPojo, CopyableBuilder<EnvironmentConfigurationParameter.Builder,EnvironmentConfigurationParameter>
-
Method Summary
Modifier and TypeMethodDescriptionisEditable
(Boolean isEditable) Specifies whether the environment parameter is editable.The name of the environment configuration parameter.The value of the environment configuration parameter.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
-
isEditable
Specifies whether the environment parameter is editable.
- Parameters:
isEditable
- Specifies whether the environment parameter is editable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the environment configuration parameter.
- Parameters:
name
- The name of the environment configuration parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value of the environment configuration parameter.
- Parameters:
value
- The value of the environment configuration parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-