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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegrationPartition.BuilderfieldName(String fieldName)The field name used to partition data on the target.IntegrationPartition.BuilderfunctionSpec(String functionSpec)Specifies a function used to partition data on the target.-
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 Detail
-
fieldName
IntegrationPartition.Builder fieldName(String 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
IntegrationPartition.Builder functionSpec(String 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.
-
-