Interface ParameterMapping.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ParameterMapping.Builder,,ParameterMapping> SdkBuilder<ParameterMapping.Builder,,ParameterMapping> SdkPojo
- Enclosing class:
 ParameterMapping
public static interface ParameterMapping.Builder
extends SdkPojo, CopyableBuilder<ParameterMapping.Builder,ParameterMapping> 
- 
Method Summary
Modifier and TypeMethodDescriptionParameter name.default ParameterMapping.Buildertype(Consumer<Type.Builder> type) Sets the value of the Type property for this object.Sets the value of the Type property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
name
Parameter name.
- Parameters:
 name- Parameter name.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
type
Sets the value of the Type property for this object.- Parameters:
 type- The new value for the Type property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
type
Sets the value of the Type property for this object. This is a convenience method that creates an instance of theType.Builderavoiding the need to create one manually viaType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totype(Type).- Parameters:
 type- a consumer that will call methods onType.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -