Interface IntegrationPartition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IntegrationPartition.Builder,,IntegrationPartition> SdkBuilder<IntegrationPartition.Builder,,IntegrationPartition> SdkPojo
- Enclosing class:
IntegrationPartition
public static interface IntegrationPartition.Builder
extends SdkPojo, CopyableBuilder<IntegrationPartition.Builder,IntegrationPartition>
-
Method Summary
Modifier and TypeMethodDescriptionThe field name used to partition data on the target.functionSpec(String functionSpec) Specifies a function used to partition data on the target.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, sdkFieldNameToField, sdkFields
-
Method Details
-
fieldName
The field name used to partition data on the target.
- Parameters:
fieldName- The field name used to partition data on the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
functionSpec
Specifies a function used to partition data on the target.
- Parameters:
functionSpec- Specifies a function used to partition data on the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-