Interface DataIntegrationFlowFieldPriorityDedupeField.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataIntegrationFlowFieldPriorityDedupeField.Builder,
,DataIntegrationFlowFieldPriorityDedupeField> SdkBuilder<DataIntegrationFlowFieldPriorityDedupeField.Builder,
,DataIntegrationFlowFieldPriorityDedupeField> SdkPojo
- Enclosing class:
DataIntegrationFlowFieldPriorityDedupeField
@Mutable
@NotThreadSafe
public static interface DataIntegrationFlowFieldPriorityDedupeField.Builder
extends SdkPojo, CopyableBuilder<DataIntegrationFlowFieldPriorityDedupeField.Builder,DataIntegrationFlowFieldPriorityDedupeField>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the deduplication field.The sort order for the deduplication field.The sort order for the deduplication field.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, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the deduplication field. Must exist in the dataset and not be a primary key.
- Parameters:
name
- The name of the deduplication field. Must exist in the dataset and not be a primary key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortOrder
The sort order for the deduplication field.
- Parameters:
sortOrder
- The sort order for the deduplication field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
DataIntegrationFlowFieldPriorityDedupeField.Builder sortOrder(DataIntegrationFlowFieldPriorityDedupeSortOrder sortOrder) The sort order for the deduplication field.
- Parameters:
sortOrder
- The sort order for the deduplication field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-