@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HttpEndpointDestinationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Describes the configuration of the HTTP endpoint destination.
Constructor and Description |
---|
HttpEndpointDestinationConfiguration() |
Modifier and Type | Method and Description |
---|---|
HttpEndpointDestinationConfiguration |
clone() |
boolean |
equals(Object obj) |
HttpEndpointBufferingHints |
getBufferingHints()
The buffering options that can be used before data is delivered to the specified destination.
|
CloudWatchLoggingOptions |
getCloudWatchLoggingOptions() |
HttpEndpointConfiguration |
getEndpointConfiguration()
The configuration of the HTTP endpoint selected as the destination.
|
ProcessingConfiguration |
getProcessingConfiguration() |
HttpEndpointRequestConfiguration |
getRequestConfiguration()
The configuration of the requeste 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 Data Firehose delivers to the HTTP endpoint
destination.
|
S3DestinationConfiguration |
getS3Configuration() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBufferingHints(HttpEndpointBufferingHints bufferingHints)
The buffering options that can be used before data is delivered to the specified destination.
|
void |
setCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions) |
void |
setEndpointConfiguration(HttpEndpointConfiguration endpointConfiguration)
The configuration of the HTTP endpoint selected as the destination.
|
void |
setProcessingConfiguration(ProcessingConfiguration processingConfiguration) |
void |
setRequestConfiguration(HttpEndpointRequestConfiguration requestConfiguration)
The configuration of the requeste 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 Data Firehose delivers to the HTTP endpoint
destination.
|
void |
setS3Configuration(S3DestinationConfiguration s3Configuration) |
String |
toString()
Returns a string representation of this object.
|
HttpEndpointDestinationConfiguration |
withBufferingHints(HttpEndpointBufferingHints bufferingHints)
The buffering options that can be used before data is delivered to the specified destination.
|
HttpEndpointDestinationConfiguration |
withCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions) |
HttpEndpointDestinationConfiguration |
withEndpointConfiguration(HttpEndpointConfiguration endpointConfiguration)
The configuration of the HTTP endpoint selected as the destination.
|
HttpEndpointDestinationConfiguration |
withProcessingConfiguration(ProcessingConfiguration processingConfiguration) |
HttpEndpointDestinationConfiguration |
withRequestConfiguration(HttpEndpointRequestConfiguration requestConfiguration)
The configuration of the requeste sent to the HTTP endpoint specified as the destination.
|
HttpEndpointDestinationConfiguration |
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.
|
HttpEndpointDestinationConfiguration |
withRoleARN(String roleARN)
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
|
HttpEndpointDestinationConfiguration |
withS3BackupMode(HttpEndpointS3BackupMode s3BackupMode)
Describes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to the HTTP endpoint
destination.
|
HttpEndpointDestinationConfiguration |
withS3BackupMode(String s3BackupMode)
Describes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to the HTTP endpoint
destination.
|
HttpEndpointDestinationConfiguration |
withS3Configuration(S3DestinationConfiguration s3Configuration) |
public HttpEndpointDestinationConfiguration()
public void setEndpointConfiguration(HttpEndpointConfiguration endpointConfiguration)
The configuration of the HTTP endpoint selected as the destination.
endpointConfiguration
- The configuration of the HTTP endpoint selected as the destination.public HttpEndpointConfiguration getEndpointConfiguration()
The configuration of the HTTP endpoint selected as the destination.
public HttpEndpointDestinationConfiguration withEndpointConfiguration(HttpEndpointConfiguration endpointConfiguration)
The configuration of the HTTP endpoint selected as the destination.
endpointConfiguration
- The configuration of the HTTP endpoint selected as the destination.public void setBufferingHints(HttpEndpointBufferingHints bufferingHints)
The buffering options that can be used before data is delivered to the specified destination. Kinesis Data
Firehose treats these options as hints, and it might choose to use more optimal values. The
SizeInMBs
and IntervalInSeconds
parameters are optional. However, if you specify a
value for one of them, you must also provide a value for the other.
bufferingHints
- The buffering options that can be used before data is delivered to the specified destination. Kinesis Data
Firehose treats these options as hints, and it might choose to use more optimal values. The
SizeInMBs
and IntervalInSeconds
parameters are optional. However, if you specify
a value for one of them, you must also provide a value for the other.public HttpEndpointBufferingHints getBufferingHints()
The buffering options that can be used before data is delivered to the specified destination. Kinesis Data
Firehose treats these options as hints, and it might choose to use more optimal values. The
SizeInMBs
and IntervalInSeconds
parameters are optional. However, if you specify a
value for one of them, you must also provide a value for the other.
SizeInMBs
and IntervalInSeconds
parameters are optional. However, if you
specify a value for one of them, you must also provide a value for the other.public HttpEndpointDestinationConfiguration withBufferingHints(HttpEndpointBufferingHints bufferingHints)
The buffering options that can be used before data is delivered to the specified destination. Kinesis Data
Firehose treats these options as hints, and it might choose to use more optimal values. The
SizeInMBs
and IntervalInSeconds
parameters are optional. However, if you specify a
value for one of them, you must also provide a value for the other.
bufferingHints
- The buffering options that can be used before data is delivered to the specified destination. Kinesis Data
Firehose treats these options as hints, and it might choose to use more optimal values. The
SizeInMBs
and IntervalInSeconds
parameters are optional. However, if you 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 HttpEndpointDestinationConfiguration withCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
cloudWatchLoggingOptions
- public void setRequestConfiguration(HttpEndpointRequestConfiguration requestConfiguration)
The configuration of the requeste sent to the HTTP endpoint specified as the destination.
requestConfiguration
- The configuration of the requeste sent to the HTTP endpoint specified as the destination.public HttpEndpointRequestConfiguration getRequestConfiguration()
The configuration of the requeste sent to the HTTP endpoint specified as the destination.
public HttpEndpointDestinationConfiguration withRequestConfiguration(HttpEndpointRequestConfiguration requestConfiguration)
The configuration of the requeste sent to the HTTP endpoint specified as the destination.
requestConfiguration
- The configuration of the requeste sent to the HTTP endpoint specified as the destination.public void setProcessingConfiguration(ProcessingConfiguration processingConfiguration)
processingConfiguration
- public ProcessingConfiguration getProcessingConfiguration()
public HttpEndpointDestinationConfiguration 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 HttpEndpointDestinationConfiguration 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 HttpEndpointDestinationConfiguration 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 Data 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 Data 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 Data 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 HttpEndpointDestinationConfiguration withS3BackupMode(String s3BackupMode)
Describes the S3 bucket backup options for the data that Kinesis Data 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 Data 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 HttpEndpointDestinationConfiguration withS3BackupMode(HttpEndpointS3BackupMode s3BackupMode)
Describes the S3 bucket backup options for the data that Kinesis Data 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 Data 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 setS3Configuration(S3DestinationConfiguration s3Configuration)
s3Configuration
- public S3DestinationConfiguration getS3Configuration()
public HttpEndpointDestinationConfiguration withS3Configuration(S3DestinationConfiguration s3Configuration)
s3Configuration
- public String toString()
toString
in class Object
Object.toString()
public HttpEndpointDestinationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.