Interface PartitionField.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PartitionField.Builder,,PartitionField> SdkBuilder<PartitionField.Builder,,PartitionField> SdkPojo
- Enclosing class:
PartitionField
@Mutable
@NotThreadSafe
public static interface PartitionField.Builder
extends SdkPojo, CopyableBuilder<PartitionField.Builder,PartitionField>
-
Method Summary
Modifier and TypeMethodDescriptionsourceName(String sourceName) The name of the source column used for partitioning.The partition transform to apply.transform(PartitionTransform transform) The partition transform to apply.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
-
transform
The partition transform to apply. The only valid value is
TIME_HOUR.- Parameters:
transform- The partition transform to apply. The only valid value isTIME_HOUR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
transform
The partition transform to apply. The only valid value is
TIME_HOUR.- Parameters:
transform- The partition transform to apply. The only valid value isTIME_HOUR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceName
The name of the source column used for partitioning. This column must be of the
timestamptztype.- Parameters:
sourceName- The name of the source column used for partitioning. This column must be of thetimestamptztype.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-