Interface DataLakeDatasetPartitionFieldTransform.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataLakeDatasetPartitionFieldTransform.Builder,
,DataLakeDatasetPartitionFieldTransform> SdkBuilder<DataLakeDatasetPartitionFieldTransform.Builder,
,DataLakeDatasetPartitionFieldTransform> SdkPojo
- Enclosing class:
DataLakeDatasetPartitionFieldTransform
-
Method Summary
Modifier and TypeMethodDescriptionThe type of partitioning transformation for this field.The type of partitioning transformation for this 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
-
type
The type of partitioning transformation for this field. The available options are:
-
IDENTITY - Partitions data on a given field by its exact values.
-
YEAR - Partitions data on a timestamp field using year granularity.
-
MONTH - Partitions data on a timestamp field using month granularity.
-
DAY - Partitions data on a timestamp field using day granularity.
-
HOUR - Partitions data on a timestamp field using hour granularity.
- Parameters:
type
- The type of partitioning transformation for this field. The available options are:-
IDENTITY - Partitions data on a given field by its exact values.
-
YEAR - Partitions data on a timestamp field using year granularity.
-
MONTH - Partitions data on a timestamp field using month granularity.
-
DAY - Partitions data on a timestamp field using day granularity.
-
HOUR - Partitions data on a timestamp field using hour granularity.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
type
The type of partitioning transformation for this field. The available options are:
-
IDENTITY - Partitions data on a given field by its exact values.
-
YEAR - Partitions data on a timestamp field using year granularity.
-
MONTH - Partitions data on a timestamp field using month granularity.
-
DAY - Partitions data on a timestamp field using day granularity.
-
HOUR - Partitions data on a timestamp field using hour granularity.
- Parameters:
type
- The type of partitioning transformation for this field. The available options are:-
IDENTITY - Partitions data on a given field by its exact values.
-
YEAR - Partitions data on a timestamp field using year granularity.
-
MONTH - Partitions data on a timestamp field using month granularity.
-
DAY - Partitions data on a timestamp field using day granularity.
-
HOUR - Partitions data on a timestamp field using hour granularity.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-