Interface ParameterValue.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ParameterValue.Builder,,- ParameterValue> - SdkBuilder<ParameterValue.Builder,,- ParameterValue> - SdkPojo
- Enclosing class:
- ParameterValue
@Mutable
@NotThreadSafe
public static interface ParameterValue.Builder
extends SdkPojo, CopyableBuilder<ParameterValue.Builder,ParameterValue> 
- 
Method SummaryModifier and TypeMethodDescriptionThe key associated with the parameter.The input value associated with the 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- 
nameThe key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template. - Parameters:
- name- The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueThe input value associated with the parameter. - Parameters:
- value- The input value associated with the parameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-