Uses of Interface
software.amazon.awssdk.services.firehose.model.HttpEndpointBufferingHints.Builder
-
Packages that use HttpEndpointBufferingHints.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of HttpEndpointBufferingHints.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return HttpEndpointBufferingHints.Builder Modifier and Type Method Description static HttpEndpointBufferingHints.BuilderHttpEndpointBufferingHints. builder()HttpEndpointBufferingHints.BuilderHttpEndpointBufferingHints.Builder. intervalInSeconds(Integer intervalInSeconds)Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.HttpEndpointBufferingHints.BuilderHttpEndpointBufferingHints.Builder. sizeInMBs(Integer sizeInMBs)Buffer incoming data to the specified size, in MBs, before delivering it to the destination.HttpEndpointBufferingHints.BuilderHttpEndpointBufferingHints. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type HttpEndpointBufferingHints.Builder Modifier and Type Method Description static Class<? extends HttpEndpointBufferingHints.Builder>HttpEndpointBufferingHints. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type HttpEndpointBufferingHints.Builder Modifier and Type Method Description default HttpEndpointDestinationConfiguration.BuilderHttpEndpointDestinationConfiguration.Builder. bufferingHints(Consumer<HttpEndpointBufferingHints.Builder> bufferingHints)The buffering options that can be used before data is delivered to the specified destination.default HttpEndpointDestinationDescription.BuilderHttpEndpointDestinationDescription.Builder. bufferingHints(Consumer<HttpEndpointBufferingHints.Builder> bufferingHints)Describes buffering options that can be applied to the data before it is delivered to the HTTPS endpoint destination.default HttpEndpointDestinationUpdate.BuilderHttpEndpointDestinationUpdate.Builder. bufferingHints(Consumer<HttpEndpointBufferingHints.Builder> bufferingHints)Describes buffering options that can be applied to the data before it is delivered to the HTTPS endpoint destination.
-