Uses of Interface
software.amazon.awssdk.services.firehose.model.SplunkBufferingHints.Builder
-
Packages that use SplunkBufferingHints.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of SplunkBufferingHints.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return SplunkBufferingHints.Builder Modifier and Type Method Description static SplunkBufferingHints.BuilderSplunkBufferingHints. builder()SplunkBufferingHints.BuilderSplunkBufferingHints.Builder. intervalInSeconds(Integer intervalInSeconds)Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.SplunkBufferingHints.BuilderSplunkBufferingHints.Builder. sizeInMBs(Integer sizeInMBs)Buffer incoming data to the specified size, in MBs, before delivering it to the destination.SplunkBufferingHints.BuilderSplunkBufferingHints. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type SplunkBufferingHints.Builder Modifier and Type Method Description static Class<? extends SplunkBufferingHints.Builder>SplunkBufferingHints. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type SplunkBufferingHints.Builder Modifier and Type Method Description default SplunkDestinationConfiguration.BuilderSplunkDestinationConfiguration.Builder. bufferingHints(Consumer<SplunkBufferingHints.Builder> bufferingHints)The buffering options.default SplunkDestinationDescription.BuilderSplunkDestinationDescription.Builder. bufferingHints(Consumer<SplunkBufferingHints.Builder> bufferingHints)The buffering options.default SplunkDestinationUpdate.BuilderSplunkDestinationUpdate.Builder. bufferingHints(Consumer<SplunkBufferingHints.Builder> bufferingHints)The buffering options.
-