@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HttpEndpointDestinationDescription extends Object implements Serializable, Cloneable, StructuredPojo
Describes the HTTP endpoint destination.
Constructor and Description |
---|
HttpEndpointDestinationDescription() |
Modifier and Type | Method and Description |
---|---|
HttpEndpointDestinationDescription |
clone() |
boolean |
equals(Object obj) |
HttpEndpointBufferingHints |
getBufferingHints()
Describes buffering options that can be applied to the data before it is delivered to the HTTPS endpoint
destination.
|
CloudWatchLoggingOptions |
getCloudWatchLoggingOptions() |
HttpEndpointDescription |
getEndpointConfiguration()
The configuration of the specified HTTP endpoint destination.
|
ProcessingConfiguration |
getProcessingConfiguration() |
HttpEndpointRequestConfiguration |
getRequestConfiguration()
The configuration of request sent to the HTTP endpoint specified as the destination.
|
HttpEndpointRetryOptions |
getRetryOptions()
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 |
getRoleARN()
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
|
String |
getS3BackupMode()
Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint
destination.
|
S3DestinationDescription |
getS3DestinationDescription() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBufferingHints(HttpEndpointBufferingHints bufferingHints)
Describes buffering options that can be applied to the data before it is delivered to the HTTPS endpoint
destination.
|
void |
setCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions) |
void |
setEndpointConfiguration(HttpEndpointDescription endpointConfiguration)
The configuration of the specified HTTP endpoint destination.
|
void |
setProcessingConfiguration(ProcessingConfiguration processingConfiguration) |
void |
setRequestConfiguration(HttpEndpointRequestConfiguration requestConfiguration)
The configuration of request sent to the HTTP endpoint specified as the destination.
|
void |
setRetryOptions(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.
|
void |
setRoleARN(String roleARN)
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
|
void |
setS3BackupMode(String s3BackupMode)
Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint
destination.
|
void |
setS3DestinationDescription(S3DestinationDescription s3DestinationDescription) |
String |
toString()
Returns a string representation of this object.
|
HttpEndpointDestinationDescription |
withBufferingHints(HttpEndpointBufferingHints bufferingHints)
Describes buffering options that can be applied to the data before it is delivered to the HTTPS endpoint
destination.
|
HttpEndpointDestinationDescription |
withCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions) |
HttpEndpointDestinationDescription |
withEndpointConfiguration(HttpEndpointDescription endpointConfiguration)
The configuration of the specified HTTP endpoint destination.
|
HttpEndpointDestinationDescription |
withProcessingConfiguration(ProcessingConfiguration processingConfiguration) |
HttpEndpointDestinationDescription |
withRequestConfiguration(HttpEndpointRequestConfiguration requestConfiguration)
The configuration of request sent to the HTTP endpoint specified as the destination.
|
HttpEndpointDestinationDescription |
withRetryOptions(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 |
withRoleARN(String roleARN)
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
|
HttpEndpointDestinationDescription |
withS3BackupMode(HttpEndpointS3BackupMode s3BackupMode)
Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint
destination.
|
HttpEndpointDestinationDescription |
withS3BackupMode(String s3BackupMode)
Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint
destination.
|
HttpEndpointDestinationDescription |
withS3DestinationDescription(S3DestinationDescription s3DestinationDescription) |
public void setEndpointConfiguration(HttpEndpointDescription endpointConfiguration)
The configuration of the specified HTTP endpoint destination.
endpointConfiguration
- The configuration of the specified HTTP endpoint destination.public HttpEndpointDescription getEndpointConfiguration()
The configuration of the specified HTTP endpoint destination.
public HttpEndpointDestinationDescription withEndpointConfiguration(HttpEndpointDescription endpointConfiguration)
The configuration of the specified HTTP endpoint destination.
endpointConfiguration
- The configuration of the specified HTTP endpoint destination.public void setBufferingHints(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.
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.public HttpEndpointBufferingHints getBufferingHints()
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 HttpEndpointDestinationDescription withBufferingHints(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.
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.public void setCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
cloudWatchLoggingOptions
- public CloudWatchLoggingOptions getCloudWatchLoggingOptions()
public HttpEndpointDestinationDescription withCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
cloudWatchLoggingOptions
- public void setRequestConfiguration(HttpEndpointRequestConfiguration requestConfiguration)
The configuration of request sent to the HTTP endpoint specified as the destination.
requestConfiguration
- The configuration of request sent to the HTTP endpoint specified as the destination.public HttpEndpointRequestConfiguration getRequestConfiguration()
The configuration of request sent to the HTTP endpoint specified as the destination.
public HttpEndpointDestinationDescription withRequestConfiguration(HttpEndpointRequestConfiguration requestConfiguration)
The configuration of request sent to the HTTP endpoint specified as the destination.
requestConfiguration
- The configuration of request sent to the HTTP endpoint specified as the destination.public void setProcessingConfiguration(ProcessingConfiguration processingConfiguration)
processingConfiguration
- public ProcessingConfiguration getProcessingConfiguration()
public HttpEndpointDestinationDescription withProcessingConfiguration(ProcessingConfiguration processingConfiguration)
processingConfiguration
- public void setRoleARN(String roleARN)
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
roleARN
- Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.public String getRoleARN()
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
public HttpEndpointDestinationDescription withRoleARN(String roleARN)
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
roleARN
- Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.public void setRetryOptions(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.
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 HttpEndpointRetryOptions getRetryOptions()
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 HttpEndpointDestinationDescription withRetryOptions(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.
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 void setS3BackupMode(String 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
).
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
).HttpEndpointS3BackupMode
public String getS3BackupMode()
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
).
AllData
) or only the documents that Kinesis Data
Firehose could not deliver to the specified HTTP endpoint destination (FailedDataOnly
).HttpEndpointS3BackupMode
public HttpEndpointDestinationDescription withS3BackupMode(String 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
).
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
).HttpEndpointS3BackupMode
public HttpEndpointDestinationDescription withS3BackupMode(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
).
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
).HttpEndpointS3BackupMode
public void setS3DestinationDescription(S3DestinationDescription s3DestinationDescription)
s3DestinationDescription
- public S3DestinationDescription getS3DestinationDescription()
public HttpEndpointDestinationDescription withS3DestinationDescription(S3DestinationDescription s3DestinationDescription)
s3DestinationDescription
- public String toString()
toString
in class Object
Object.toString()
public HttpEndpointDestinationDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.