Interface DestinationParameterValueConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DestinationParameterValueConfiguration.Builder,DestinationParameterValueConfiguration>,SdkBuilder<DestinationParameterValueConfiguration.Builder,DestinationParameterValueConfiguration>,SdkPojo
- Enclosing class:
- DestinationParameterValueConfiguration
public static interface DestinationParameterValueConfiguration.Builder extends SdkPojo, CopyableBuilder<DestinationParameterValueConfiguration.Builder,DestinationParameterValueConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DestinationParameterValueConfiguration.BuildercustomValuesConfiguration(Consumer<CustomValuesConfiguration.Builder> customValuesConfiguration)The configuration of custom values for destination parameter inDestinationParameterValueConfiguration.DestinationParameterValueConfiguration.BuildercustomValuesConfiguration(CustomValuesConfiguration customValuesConfiguration)The configuration of custom values for destination parameter inDestinationParameterValueConfiguration.DestinationParameterValueConfiguration.BuilderselectAllValueOptions(String selectAllValueOptions)The configuration that selects all options.DestinationParameterValueConfiguration.BuilderselectAllValueOptions(SelectAllValueOptions selectAllValueOptions)The configuration that selects all options.default DestinationParameterValueConfiguration.BuildersourceColumn(Consumer<ColumnIdentifier.Builder> sourceColumn)Sets the value of the SourceColumn property for this object.DestinationParameterValueConfiguration.BuildersourceColumn(ColumnIdentifier sourceColumn)Sets the value of the SourceColumn property for this object.DestinationParameterValueConfiguration.BuildersourceField(String sourceField)The source field ID of the destination parameter.DestinationParameterValueConfiguration.BuildersourceParameterName(String sourceParameterName)The source parameter name of the destination 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, sdkFields
-
-
-
-
Method Detail
-
customValuesConfiguration
DestinationParameterValueConfiguration.Builder customValuesConfiguration(CustomValuesConfiguration customValuesConfiguration)
The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration.- Parameters:
customValuesConfiguration- The configuration of custom values for destination parameter inDestinationParameterValueConfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customValuesConfiguration
default DestinationParameterValueConfiguration.Builder customValuesConfiguration(Consumer<CustomValuesConfiguration.Builder> customValuesConfiguration)
The configuration of custom values for destination parameter in
This is a convenience method that creates an instance of theDestinationParameterValueConfiguration.CustomValuesConfiguration.Builderavoiding the need to create one manually viaCustomValuesConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomValuesConfiguration(CustomValuesConfiguration).- Parameters:
customValuesConfiguration- a consumer that will call methods onCustomValuesConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
customValuesConfiguration(CustomValuesConfiguration)
-
selectAllValueOptions
DestinationParameterValueConfiguration.Builder selectAllValueOptions(String selectAllValueOptions)
The configuration that selects all options.
- Parameters:
selectAllValueOptions- The configuration that selects all options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SelectAllValueOptions,SelectAllValueOptions
-
selectAllValueOptions
DestinationParameterValueConfiguration.Builder selectAllValueOptions(SelectAllValueOptions selectAllValueOptions)
The configuration that selects all options.
- Parameters:
selectAllValueOptions- The configuration that selects all options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SelectAllValueOptions,SelectAllValueOptions
-
sourceParameterName
DestinationParameterValueConfiguration.Builder sourceParameterName(String sourceParameterName)
The source parameter name of the destination parameter.
- Parameters:
sourceParameterName- The source parameter name of the destination parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceField
DestinationParameterValueConfiguration.Builder sourceField(String sourceField)
The source field ID of the destination parameter.
- Parameters:
sourceField- The source field ID of the destination parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceColumn
DestinationParameterValueConfiguration.Builder sourceColumn(ColumnIdentifier sourceColumn)
Sets the value of the SourceColumn property for this object.- Parameters:
sourceColumn- The new value for the SourceColumn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceColumn
default DestinationParameterValueConfiguration.Builder sourceColumn(Consumer<ColumnIdentifier.Builder> sourceColumn)
Sets the value of the SourceColumn property for this object. This is a convenience method that creates an instance of theColumnIdentifier.Builderavoiding the need to create one manually viaColumnIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceColumn(ColumnIdentifier).- Parameters:
sourceColumn- a consumer that will call methods onColumnIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sourceColumn(ColumnIdentifier)
-
-