Uses of Interface
software.amazon.awssdk.services.firehose.model.BufferingHints.Builder
-
Packages that use BufferingHints.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of BufferingHints.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return BufferingHints.Builder Modifier and Type Method Description static BufferingHints.BuilderBufferingHints. builder()BufferingHints.BuilderBufferingHints.Builder. intervalInSeconds(Integer intervalInSeconds)Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.BufferingHints.BuilderBufferingHints.Builder. sizeInMBs(Integer sizeInMBs)Buffer incoming data to the specified size, in MiBs, before delivering it to the destination.BufferingHints.BuilderBufferingHints. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type BufferingHints.Builder Modifier and Type Method Description static Class<? extends BufferingHints.Builder>BufferingHints. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type BufferingHints.Builder Modifier and Type Method Description default ExtendedS3DestinationConfiguration.BuilderExtendedS3DestinationConfiguration.Builder. bufferingHints(Consumer<BufferingHints.Builder> bufferingHints)The buffering option.default ExtendedS3DestinationDescription.BuilderExtendedS3DestinationDescription.Builder. bufferingHints(Consumer<BufferingHints.Builder> bufferingHints)The buffering option.default ExtendedS3DestinationUpdate.BuilderExtendedS3DestinationUpdate.Builder. bufferingHints(Consumer<BufferingHints.Builder> bufferingHints)The buffering option.default S3DestinationConfiguration.BuilderS3DestinationConfiguration.Builder. bufferingHints(Consumer<BufferingHints.Builder> bufferingHints)The buffering option.default S3DestinationDescription.BuilderS3DestinationDescription.Builder. bufferingHints(Consumer<BufferingHints.Builder> bufferingHints)The buffering option.default S3DestinationUpdate.BuilderS3DestinationUpdate.Builder. bufferingHints(Consumer<BufferingHints.Builder> bufferingHints)The buffering option.
-