Uses of Interface
software.amazon.awssdk.services.firehose.model.PartitionSpec.Builder
-
Packages that use PartitionSpec.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of PartitionSpec.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return PartitionSpec.Builder Modifier and Type Method Description static PartitionSpec.BuilderPartitionSpec. builder()PartitionSpec.BuilderPartitionSpec.Builder. identity(Collection<PartitionField> identity)List of identity transforms that performs an identity transformation.PartitionSpec.BuilderPartitionSpec.Builder. identity(Consumer<PartitionField.Builder>... identity)List of identity transforms that performs an identity transformation.PartitionSpec.BuilderPartitionSpec.Builder. identity(PartitionField... identity)List of identity transforms that performs an identity transformation.PartitionSpec.BuilderPartitionSpec. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type PartitionSpec.Builder Modifier and Type Method Description static Class<? extends PartitionSpec.Builder>PartitionSpec. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type PartitionSpec.Builder Modifier and Type Method Description default DestinationTableConfiguration.BuilderDestinationTableConfiguration.Builder. partitionSpec(Consumer<PartitionSpec.Builder> partitionSpec)The partition spec configuration for a table that is used by automatic table creation.
-