public static final class CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
public CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder endpointConfiguration(IResolvable endpointConfiguration)
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.getEndpointConfiguration()
endpointConfiguration
- The configuration of the HTTP endpoint selected as the destination. This parameter is required.this
public CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder endpointConfiguration(CfnDeliveryStream.HttpEndpointConfigurationProperty endpointConfiguration)
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.getEndpointConfiguration()
endpointConfiguration
- The configuration of the HTTP endpoint selected as the destination. This parameter is required.this
public CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder s3Configuration(IResolvable s3Configuration)
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.getS3Configuration()
s3Configuration
- Describes the configuration of a destination in Amazon S3. This parameter is required.this
public CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder s3Configuration(CfnDeliveryStream.S3DestinationConfigurationProperty s3Configuration)
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.getS3Configuration()
s3Configuration
- Describes the configuration of a destination in Amazon S3. This parameter is required.this
public CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder bufferingHints(IResolvable bufferingHints)
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.getBufferingHints()
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.this
public CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder bufferingHints(CfnDeliveryStream.BufferingHintsProperty bufferingHints)
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.getBufferingHints()
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.this
public CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder cloudWatchLoggingOptions(IResolvable cloudWatchLoggingOptions)
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.getCloudWatchLoggingOptions()
cloudWatchLoggingOptions
- Describes the Amazon CloudWatch logging options for your delivery stream.this
public CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder cloudWatchLoggingOptions(CfnDeliveryStream.CloudWatchLoggingOptionsProperty cloudWatchLoggingOptions)
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.getCloudWatchLoggingOptions()
cloudWatchLoggingOptions
- Describes the Amazon CloudWatch logging options for your delivery stream.this
public CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder processingConfiguration(IResolvable processingConfiguration)
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.getProcessingConfiguration()
processingConfiguration
- Describes the data processing configuration.this
public CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder processingConfiguration(CfnDeliveryStream.ProcessingConfigurationProperty processingConfiguration)
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.getProcessingConfiguration()
processingConfiguration
- Describes the data processing configuration.this
public CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder requestConfiguration(IResolvable requestConfiguration)
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.getRequestConfiguration()
requestConfiguration
- The configuration of the request sent to the HTTP endpoint specified as the destination.this
public CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder requestConfiguration(CfnDeliveryStream.HttpEndpointRequestConfigurationProperty requestConfiguration)
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.getRequestConfiguration()
requestConfiguration
- The configuration of the request sent to the HTTP endpoint specified as the destination.this
public CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder retryOptions(IResolvable retryOptions)
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.this
public CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder retryOptions(CfnDeliveryStream.RetryOptionsProperty retryOptions)
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.this
public CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder roleArn(java.lang.String roleArn)
roleArn
- Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.this
public CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder s3BackupMode(java.lang.String s3BackupMode)
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).this
public CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty build()
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
java.lang.NullPointerException
- if any required attribute was not provided