public static interface DestinationParameterValueConfiguration.Builder extends SdkPojo, CopyableBuilder<DestinationParameterValueConfiguration.Builder,DestinationParameterValueConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default DestinationParameterValueConfiguration.Builder |
customValuesConfiguration(Consumer<CustomValuesConfiguration.Builder> customValuesConfiguration)
The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration. |
DestinationParameterValueConfiguration.Builder |
customValuesConfiguration(CustomValuesConfiguration customValuesConfiguration)
The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration. |
DestinationParameterValueConfiguration.Builder |
selectAllValueOptions(SelectAllValueOptions selectAllValueOptions)
The configuration that selects all options.
|
DestinationParameterValueConfiguration.Builder |
selectAllValueOptions(String selectAllValueOptions)
The configuration that selects all options.
|
DestinationParameterValueConfiguration.Builder |
sourceColumn(ColumnIdentifier sourceColumn)
Sets the value of the SourceColumn property for this object.
|
default DestinationParameterValueConfiguration.Builder |
sourceColumn(Consumer<ColumnIdentifier.Builder> sourceColumn)
Sets the value of the SourceColumn property for this object.
|
DestinationParameterValueConfiguration.Builder |
sourceField(String sourceField)
The source field ID of the destination parameter.
|
DestinationParameterValueConfiguration.Builder |
sourceParameterName(String sourceParameterName)
The source parameter name of the destination parameter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDestinationParameterValueConfiguration.Builder customValuesConfiguration(CustomValuesConfiguration customValuesConfiguration)
The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration.
customValuesConfiguration - The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration.default DestinationParameterValueConfiguration.Builder customValuesConfiguration(Consumer<CustomValuesConfiguration.Builder> customValuesConfiguration)
The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration.
CustomValuesConfiguration.Builder
avoiding the need to create one manually via CustomValuesConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to customValuesConfiguration(CustomValuesConfiguration).
customValuesConfiguration - a consumer that will call methods on CustomValuesConfiguration.BuildercustomValuesConfiguration(CustomValuesConfiguration)DestinationParameterValueConfiguration.Builder selectAllValueOptions(String selectAllValueOptions)
The configuration that selects all options.
selectAllValueOptions - The configuration that selects all options.SelectAllValueOptions,
SelectAllValueOptionsDestinationParameterValueConfiguration.Builder selectAllValueOptions(SelectAllValueOptions selectAllValueOptions)
The configuration that selects all options.
selectAllValueOptions - The configuration that selects all options.SelectAllValueOptions,
SelectAllValueOptionsDestinationParameterValueConfiguration.Builder sourceParameterName(String sourceParameterName)
The source parameter name of the destination parameter.
sourceParameterName - The source parameter name of the destination parameter.DestinationParameterValueConfiguration.Builder sourceField(String sourceField)
The source field ID of the destination parameter.
sourceField - The source field ID of the destination parameter.DestinationParameterValueConfiguration.Builder sourceColumn(ColumnIdentifier sourceColumn)
sourceColumn - The new value for the SourceColumn property for this object.default DestinationParameterValueConfiguration.Builder sourceColumn(Consumer<ColumnIdentifier.Builder> sourceColumn)
ColumnIdentifier.Builder avoiding the
need to create one manually via ColumnIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sourceColumn(ColumnIdentifier).
sourceColumn - a consumer that will call methods on ColumnIdentifier.BuildersourceColumn(ColumnIdentifier)Copyright © 2023. All rights reserved.