| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HttpEndpointBufferingHints.Builder> |
HttpEndpointBufferingHints.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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 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 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.
|
Copyright © 2023. All rights reserved.