@Generated(value="software.amazon.awssdk:codegen") public final class HttpEndpointDestinationDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HttpEndpointDestinationDescription.Builder,HttpEndpointDestinationDescription>
Describes the HTTP endpoint destination.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HttpEndpointDestinationDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
HttpEndpointBufferingHints |
bufferingHints()
Describes buffering options that can be applied to the data before it is delivered to the HTTPS endpoint
destination.
|
static HttpEndpointDestinationDescription.Builder |
builder() |
CloudWatchLoggingOptions |
cloudWatchLoggingOptions()
Returns the value of the CloudWatchLoggingOptions property for this object.
|
HttpEndpointDescription |
endpointConfiguration()
The configuration of the specified HTTP endpoint destination.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ProcessingConfiguration |
processingConfiguration()
Returns the value of the ProcessingConfiguration property for this object.
|
HttpEndpointRequestConfiguration |
requestConfiguration()
The configuration of request sent to the HTTP endpoint specified as the destination.
|
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.
|
String |
roleARN()
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
|
HttpEndpointS3BackupMode |
s3BackupMode()
Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint
destination.
|
String |
s3BackupModeAsString()
Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint
destination.
|
S3DestinationDescription |
s3DestinationDescription()
Returns the value of the S3DestinationDescription property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HttpEndpointDestinationDescription.Builder> |
serializableBuilderClass() |
HttpEndpointDestinationDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final HttpEndpointDescription endpointConfiguration()
The configuration of the specified HTTP endpoint destination.
public final HttpEndpointBufferingHints bufferingHints()
Describes buffering options that can be applied to the data before it is delivered to the HTTPS endpoint
destination. Kinesis Data Firehose teats these options as hints, and it might choose to use more optimal values.
The SizeInMBs and IntervalInSeconds parameters are optional. However, if specify a
value for one of them, you must also provide a value for the other.
SizeInMBs and IntervalInSeconds parameters are optional. However,
if specify a value for one of them, you must also provide a value for the other.public final CloudWatchLoggingOptions cloudWatchLoggingOptions()
public final HttpEndpointRequestConfiguration requestConfiguration()
The configuration of request sent to the HTTP endpoint specified as the destination.
public final ProcessingConfiguration processingConfiguration()
public final String roleARN()
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
public final 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.
public final HttpEndpointS3BackupMode s3BackupMode()
Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint
destination. You can back up all documents (AllData) or only the documents that Kinesis Data
Firehose could not deliver to the specified HTTP endpoint destination (FailedDataOnly).
If the service returns an enum value that is not available in the current SDK version, s3BackupMode will
return HttpEndpointS3BackupMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from s3BackupModeAsString().
AllData) or only the documents that Kinesis Data
Firehose could not deliver to the specified HTTP endpoint destination (FailedDataOnly).HttpEndpointS3BackupModepublic final String s3BackupModeAsString()
Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint
destination. You can back up all documents (AllData) or only the documents that Kinesis Data
Firehose could not deliver to the specified HTTP endpoint destination (FailedDataOnly).
If the service returns an enum value that is not available in the current SDK version, s3BackupMode will
return HttpEndpointS3BackupMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from s3BackupModeAsString().
AllData) or only the documents that Kinesis Data
Firehose could not deliver to the specified HTTP endpoint destination (FailedDataOnly).HttpEndpointS3BackupModepublic final S3DestinationDescription s3DestinationDescription()
public HttpEndpointDestinationDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HttpEndpointDestinationDescription.Builder,HttpEndpointDestinationDescription>public static HttpEndpointDestinationDescription.Builder builder()
public static Class<? extends HttpEndpointDestinationDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.