Uses of Interface
software.amazon.awssdk.services.firehose.model.DynamicPartitioningConfiguration.Builder
-
Packages that use DynamicPartitioningConfiguration.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of DynamicPartitioningConfiguration.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return DynamicPartitioningConfiguration.Builder Modifier and Type Method Description static DynamicPartitioningConfiguration.Builder
DynamicPartitioningConfiguration. builder()
DynamicPartitioningConfiguration.Builder
DynamicPartitioningConfiguration.Builder. enabled(Boolean enabled)
Specifies that the dynamic partitioning is enabled for this Firehose delivery stream.default DynamicPartitioningConfiguration.Builder
DynamicPartitioningConfiguration.Builder. retryOptions(Consumer<RetryOptions.Builder> retryOptions)
The retry behavior in case Firehose is unable to deliver data to an Amazon S3 prefix.DynamicPartitioningConfiguration.Builder
DynamicPartitioningConfiguration.Builder. retryOptions(RetryOptions retryOptions)
The retry behavior in case Firehose is unable to deliver data to an Amazon S3 prefix.DynamicPartitioningConfiguration.Builder
DynamicPartitioningConfiguration. toBuilder()
Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type DynamicPartitioningConfiguration.Builder Modifier and Type Method Description static Class<? extends DynamicPartitioningConfiguration.Builder>
DynamicPartitioningConfiguration. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type DynamicPartitioningConfiguration.Builder Modifier and Type Method Description default ExtendedS3DestinationConfiguration.Builder
ExtendedS3DestinationConfiguration.Builder. dynamicPartitioningConfiguration(Consumer<DynamicPartitioningConfiguration.Builder> dynamicPartitioningConfiguration)
The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys.default ExtendedS3DestinationDescription.Builder
ExtendedS3DestinationDescription.Builder. dynamicPartitioningConfiguration(Consumer<DynamicPartitioningConfiguration.Builder> dynamicPartitioningConfiguration)
The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys.default ExtendedS3DestinationUpdate.Builder
ExtendedS3DestinationUpdate.Builder. dynamicPartitioningConfiguration(Consumer<DynamicPartitioningConfiguration.Builder> dynamicPartitioningConfiguration)
The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys.
-