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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
isEditableSpecifies 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.
 
- 
nameThe 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.
 
- 
valueThe 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.
 
 
-