| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.Builder.bufferingHints(HttpEndpointBufferingHints bufferingHints)
Describes buffering options that can be applied to the data before it is delivered to the HTTPS endpoint
destination.
|
static HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.builder() |
HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.Builder.cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
Sets the value of the CloudWatchLoggingOptions property for this object.
|
default HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.Builder.cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
Sets the value of the CloudWatchLoggingOptions property for this object.
|
default HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.Builder.endpointConfiguration(Consumer<HttpEndpointConfiguration.Builder> endpointConfiguration)
Describes the configuration of the HTTP endpoint destination.
|
HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.Builder.endpointConfiguration(HttpEndpointConfiguration endpointConfiguration)
Describes the configuration of the HTTP endpoint destination.
|
default HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.Builder.processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
Sets the value of the ProcessingConfiguration property for this object.
|
HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.Builder.processingConfiguration(ProcessingConfiguration processingConfiguration)
Sets the value of the ProcessingConfiguration property for this object.
|
default HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.Builder.requestConfiguration(Consumer<HttpEndpointRequestConfiguration.Builder> requestConfiguration)
The configuration of the request sent to the HTTP endpoint specified as the destination.
|
HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.Builder.requestConfiguration(HttpEndpointRequestConfiguration requestConfiguration)
The configuration of the request sent to the HTTP endpoint specified as the destination.
|
default HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.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.
|
HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.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.
|
HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.Builder.roleARN(String roleARN)
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
|
HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.Builder.s3BackupMode(HttpEndpointS3BackupMode s3BackupMode)
Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint
destination.
|
HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.Builder.s3BackupMode(String s3BackupMode)
Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint
destination.
|
default HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.Builder.s3Update(Consumer<S3DestinationUpdate.Builder> s3Update)
Sets the value of the S3Update property for this object.
|
HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.Builder.s3Update(S3DestinationUpdate s3Update)
Sets the value of the S3Update property for this object.
|
HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HttpEndpointDestinationUpdate.Builder> |
HttpEndpointDestinationUpdate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateDestinationRequest.Builder |
UpdateDestinationRequest.Builder.httpEndpointDestinationUpdate(Consumer<HttpEndpointDestinationUpdate.Builder> httpEndpointDestinationUpdate)
Describes an update to the specified HTTP endpoint destination.
|
Copyright © 2023. All rights reserved.