Interface SetParameterValueConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SetParameterValueConfiguration.Builder,,SetParameterValueConfiguration> SdkBuilder<SetParameterValueConfiguration.Builder,,SetParameterValueConfiguration> SdkPojo
- Enclosing class:
 SetParameterValueConfiguration
public static interface SetParameterValueConfiguration.Builder
extends SdkPojo, CopyableBuilder<SetParameterValueConfiguration.Builder,SetParameterValueConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptiondestinationParameterName(String destinationParameterName) The destination parameter name of theSetParameterValueConfiguration.Sets the value of the Value property for this object.Sets the value of the Value 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
- 
destinationParameterName
The destination parameter name of the
SetParameterValueConfiguration.- Parameters:
 destinationParameterName- The destination parameter name of theSetParameterValueConfiguration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
Sets the value of the Value property for this object.- Parameters:
 value- The new value for the Value property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
default SetParameterValueConfiguration.Builder value(Consumer<DestinationParameterValueConfiguration.Builder> value) Sets the value of the Value property for this object. This is a convenience method that creates an instance of theDestinationParameterValueConfiguration.Builderavoiding the need to create one manually viaDestinationParameterValueConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalue(DestinationParameterValueConfiguration).- Parameters:
 value- a consumer that will call methods onDestinationParameterValueConfiguration.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -