| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| 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.
|
HttpEndpointDestinationDescription.Builder |
HttpEndpointDestinationDescription.Builder.bufferingHints(HttpEndpointBufferingHints bufferingHints)
Describes buffering options that can be applied to the data before it is delivered to the HTTPS endpoint
destination.
|
static HttpEndpointDestinationDescription.Builder |
HttpEndpointDestinationDescription.builder() |
HttpEndpointDestinationDescription.Builder |
HttpEndpointDestinationDescription.Builder.cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
Sets the value of the CloudWatchLoggingOptions property for this object.
|
default HttpEndpointDestinationDescription.Builder |
HttpEndpointDestinationDescription.Builder.cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
Sets the value of the CloudWatchLoggingOptions property for this object.
|
default HttpEndpointDestinationDescription.Builder |
HttpEndpointDestinationDescription.Builder.endpointConfiguration(Consumer<HttpEndpointDescription.Builder> endpointConfiguration)
The configuration of the specified HTTP endpoint destination.
|
HttpEndpointDestinationDescription.Builder |
HttpEndpointDestinationDescription.Builder.endpointConfiguration(HttpEndpointDescription endpointConfiguration)
The configuration of the specified HTTP endpoint destination.
|
default HttpEndpointDestinationDescription.Builder |
HttpEndpointDestinationDescription.Builder.processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
Sets the value of the ProcessingConfiguration property for this object.
|
HttpEndpointDestinationDescription.Builder |
HttpEndpointDestinationDescription.Builder.processingConfiguration(ProcessingConfiguration processingConfiguration)
Sets the value of the ProcessingConfiguration property for this object.
|
default HttpEndpointDestinationDescription.Builder |
HttpEndpointDestinationDescription.Builder.requestConfiguration(Consumer<HttpEndpointRequestConfiguration.Builder> requestConfiguration)
The configuration of request sent to the HTTP endpoint specified as the destination.
|
HttpEndpointDestinationDescription.Builder |
HttpEndpointDestinationDescription.Builder.requestConfiguration(HttpEndpointRequestConfiguration requestConfiguration)
The configuration of request sent to the HTTP endpoint specified as the destination.
|
default HttpEndpointDestinationDescription.Builder |
HttpEndpointDestinationDescription.Builder.retryOptions(Consumer<HttpEndpointRetryOptions.Builder> retryOptions)
Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP
endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP
endpoint destination.
|
HttpEndpointDestinationDescription.Builder |
HttpEndpointDestinationDescription.Builder.retryOptions(HttpEndpointRetryOptions retryOptions)
Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP
endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP
endpoint destination.
|
HttpEndpointDestinationDescription.Builder |
HttpEndpointDestinationDescription.Builder.roleARN(String roleARN)
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
|
HttpEndpointDestinationDescription.Builder |
HttpEndpointDestinationDescription.Builder.s3BackupMode(HttpEndpointS3BackupMode s3BackupMode)
Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint
destination.
|
HttpEndpointDestinationDescription.Builder |
HttpEndpointDestinationDescription.Builder.s3BackupMode(String s3BackupMode)
Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint
destination.
|
default HttpEndpointDestinationDescription.Builder |
HttpEndpointDestinationDescription.Builder.s3DestinationDescription(Consumer<S3DestinationDescription.Builder> s3DestinationDescription)
Sets the value of the S3DestinationDescription property for this object.
|
HttpEndpointDestinationDescription.Builder |
HttpEndpointDestinationDescription.Builder.s3DestinationDescription(S3DestinationDescription s3DestinationDescription)
Sets the value of the S3DestinationDescription property for this object.
|
HttpEndpointDestinationDescription.Builder |
HttpEndpointDestinationDescription.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HttpEndpointDestinationDescription.Builder> |
HttpEndpointDestinationDescription.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DestinationDescription.Builder |
DestinationDescription.Builder.httpEndpointDestinationDescription(Consumer<HttpEndpointDestinationDescription.Builder> httpEndpointDestinationDescription)
Describes the specified HTTP endpoint destination.
|
Copyright © 2023. All rights reserved.