public static interface CreateDeliveryStreamRequest.Builder extends FirehoseRequest.Builder, CopyableBuilder<CreateDeliveryStreamRequest.Builder,CreateDeliveryStreamRequest>
buildrequestOverrideConfigcopyapply, buildCreateDeliveryStreamRequest.Builder deliveryStreamName(String deliveryStreamName)
The name of the delivery stream. This name must be unique per AWS account in the same region. If the delivery streams are in different accounts or different regions, you can have multiple delivery streams with the same name.
deliveryStreamName - The name of the delivery stream. This name must be unique per AWS account in the same region. If the
delivery streams are in different accounts or different regions, you can have multiple delivery
streams with the same name.CreateDeliveryStreamRequest.Builder deliveryStreamType(String deliveryStreamType)
The delivery stream type. This parameter can be one of the following values:
DirectPut: Provider applications access the delivery stream directly.
KinesisStreamAsSource: The delivery stream uses a Kinesis stream as a source.
deliveryStreamType - The delivery stream type. This parameter can be one of the following values:
DirectPut: Provider applications access the delivery stream directly.
KinesisStreamAsSource: The delivery stream uses a Kinesis stream as a source.
DeliveryStreamType,
DeliveryStreamTypeCreateDeliveryStreamRequest.Builder deliveryStreamType(DeliveryStreamType deliveryStreamType)
The delivery stream type. This parameter can be one of the following values:
DirectPut: Provider applications access the delivery stream directly.
KinesisStreamAsSource: The delivery stream uses a Kinesis stream as a source.
deliveryStreamType - The delivery stream type. This parameter can be one of the following values:
DirectPut: Provider applications access the delivery stream directly.
KinesisStreamAsSource: The delivery stream uses a Kinesis stream as a source.
DeliveryStreamType,
DeliveryStreamTypeCreateDeliveryStreamRequest.Builder kinesisStreamSourceConfiguration(KinesisStreamSourceConfiguration kinesisStreamSourceConfiguration)
When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream.
kinesisStreamSourceConfiguration - When a Kinesis stream is used as the source for the delivery stream, a
KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the
source stream.default CreateDeliveryStreamRequest.Builder kinesisStreamSourceConfiguration(Consumer<KinesisStreamSourceConfiguration.Builder> kinesisStreamSourceConfiguration)
When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream.
This is a convenience that creates an instance of theKinesisStreamSourceConfiguration.Builder
avoiding the need to create one manually via KinesisStreamSourceConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
kinesisStreamSourceConfiguration(KinesisStreamSourceConfiguration).kinesisStreamSourceConfiguration - a consumer that will call methods on KinesisStreamSourceConfiguration.BuilderkinesisStreamSourceConfiguration(KinesisStreamSourceConfiguration)CreateDeliveryStreamRequest.Builder s3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration)
[Deprecated] The destination in Amazon S3. You can specify only one destination.
s3DestinationConfiguration - [Deprecated] The destination in Amazon S3. You can specify only one destination.default CreateDeliveryStreamRequest.Builder s3DestinationConfiguration(Consumer<S3DestinationConfiguration.Builder> s3DestinationConfiguration)
[Deprecated] The destination in Amazon S3. You can specify only one destination.
This is a convenience that creates an instance of theS3DestinationConfiguration.Builder avoiding the
need to create one manually via S3DestinationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to s3DestinationConfiguration(S3DestinationConfiguration).s3DestinationConfiguration - a consumer that will call methods on S3DestinationConfiguration.Builders3DestinationConfiguration(S3DestinationConfiguration)CreateDeliveryStreamRequest.Builder extendedS3DestinationConfiguration(ExtendedS3DestinationConfiguration extendedS3DestinationConfiguration)
The destination in Amazon S3. You can specify only one destination.
extendedS3DestinationConfiguration - The destination in Amazon S3. You can specify only one destination.default CreateDeliveryStreamRequest.Builder extendedS3DestinationConfiguration(Consumer<ExtendedS3DestinationConfiguration.Builder> extendedS3DestinationConfiguration)
The destination in Amazon S3. You can specify only one destination.
This is a convenience that creates an instance of theExtendedS3DestinationConfiguration.Builder
avoiding the need to create one manually via ExtendedS3DestinationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
extendedS3DestinationConfiguration(ExtendedS3DestinationConfiguration).extendedS3DestinationConfiguration - a consumer that will call methods on ExtendedS3DestinationConfiguration.BuilderextendedS3DestinationConfiguration(ExtendedS3DestinationConfiguration)CreateDeliveryStreamRequest.Builder redshiftDestinationConfiguration(RedshiftDestinationConfiguration redshiftDestinationConfiguration)
The destination in Amazon Redshift. You can specify only one destination.
redshiftDestinationConfiguration - The destination in Amazon Redshift. You can specify only one destination.default CreateDeliveryStreamRequest.Builder redshiftDestinationConfiguration(Consumer<RedshiftDestinationConfiguration.Builder> redshiftDestinationConfiguration)
The destination in Amazon Redshift. You can specify only one destination.
This is a convenience that creates an instance of theRedshiftDestinationConfiguration.Builder
avoiding the need to create one manually via RedshiftDestinationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
redshiftDestinationConfiguration(RedshiftDestinationConfiguration).redshiftDestinationConfiguration - a consumer that will call methods on RedshiftDestinationConfiguration.BuilderredshiftDestinationConfiguration(RedshiftDestinationConfiguration)CreateDeliveryStreamRequest.Builder elasticsearchDestinationConfiguration(ElasticsearchDestinationConfiguration elasticsearchDestinationConfiguration)
The destination in Amazon ES. You can specify only one destination.
elasticsearchDestinationConfiguration - The destination in Amazon ES. You can specify only one destination.default CreateDeliveryStreamRequest.Builder elasticsearchDestinationConfiguration(Consumer<ElasticsearchDestinationConfiguration.Builder> elasticsearchDestinationConfiguration)
The destination in Amazon ES. You can specify only one destination.
This is a convenience that creates an instance of theElasticsearchDestinationConfiguration.Builder
avoiding the need to create one manually via ElasticsearchDestinationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
elasticsearchDestinationConfiguration(ElasticsearchDestinationConfiguration).elasticsearchDestinationConfiguration - a consumer that will call methods on ElasticsearchDestinationConfiguration.BuilderelasticsearchDestinationConfiguration(ElasticsearchDestinationConfiguration)CreateDeliveryStreamRequest.Builder splunkDestinationConfiguration(SplunkDestinationConfiguration splunkDestinationConfiguration)
The destination in Splunk. You can specify only one destination.
splunkDestinationConfiguration - The destination in Splunk. You can specify only one destination.default CreateDeliveryStreamRequest.Builder splunkDestinationConfiguration(Consumer<SplunkDestinationConfiguration.Builder> splunkDestinationConfiguration)
The destination in Splunk. You can specify only one destination.
This is a convenience that creates an instance of theSplunkDestinationConfiguration.Builder avoiding
the need to create one manually via SplunkDestinationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
splunkDestinationConfiguration(SplunkDestinationConfiguration).splunkDestinationConfiguration - a consumer that will call methods on SplunkDestinationConfiguration.BuildersplunkDestinationConfiguration(SplunkDestinationConfiguration)CreateDeliveryStreamRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateDeliveryStreamRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.