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.Builder
HttpEndpointBufferingHints. builder()
HttpEndpointBufferingHints.Builder
HttpEndpointBufferingHints.Builder. intervalInSeconds(Integer intervalInSeconds)
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.HttpEndpointBufferingHints.Builder
HttpEndpointBufferingHints.Builder. sizeInMBs(Integer sizeInMBs)
Buffer incoming data to the specified size, in MBs, before delivering it to the destination.HttpEndpointBufferingHints.Builder
HttpEndpointBufferingHints. 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.Builder
HttpEndpointDestinationConfiguration.Builder. bufferingHints(Consumer<HttpEndpointBufferingHints.Builder> bufferingHints)
The buffering options that can be used before data is delivered to the specified destination.default HttpEndpointDestinationDescription.Builder
HttpEndpointDestinationDescription.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.Builder
HttpEndpointDestinationUpdate.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.
-