public static interface DestinationDescription.Builder extends CopyableBuilder<DestinationDescription.Builder,DestinationDescription>
copyapply, buildDestinationDescription.Builder destinationId(String destinationId)
The ID of the destination.
destinationId - The ID of the destination.DestinationDescription.Builder s3DestinationDescription(S3DestinationDescription s3DestinationDescription)
[Deprecated] The destination in Amazon S3.
s3DestinationDescription - [Deprecated] The destination in Amazon S3.default DestinationDescription.Builder s3DestinationDescription(Consumer<S3DestinationDescription.Builder> s3DestinationDescription)
[Deprecated] The destination in Amazon S3.
This is a convenience that creates an instance of theS3DestinationDescription.Builder avoiding the
need to create one manually via S3DestinationDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to s3DestinationDescription(S3DestinationDescription).s3DestinationDescription - a consumer that will call methods on S3DestinationDescription.Builders3DestinationDescription(S3DestinationDescription)DestinationDescription.Builder extendedS3DestinationDescription(ExtendedS3DestinationDescription extendedS3DestinationDescription)
The destination in Amazon S3.
extendedS3DestinationDescription - The destination in Amazon S3.default DestinationDescription.Builder extendedS3DestinationDescription(Consumer<ExtendedS3DestinationDescription.Builder> extendedS3DestinationDescription)
The destination in Amazon S3.
This is a convenience that creates an instance of theExtendedS3DestinationDescription.Builder
avoiding the need to create one manually via ExtendedS3DestinationDescription.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
extendedS3DestinationDescription(ExtendedS3DestinationDescription).extendedS3DestinationDescription - a consumer that will call methods on ExtendedS3DestinationDescription.BuilderextendedS3DestinationDescription(ExtendedS3DestinationDescription)DestinationDescription.Builder redshiftDestinationDescription(RedshiftDestinationDescription redshiftDestinationDescription)
The destination in Amazon Redshift.
redshiftDestinationDescription - The destination in Amazon Redshift.default DestinationDescription.Builder redshiftDestinationDescription(Consumer<RedshiftDestinationDescription.Builder> redshiftDestinationDescription)
The destination in Amazon Redshift.
This is a convenience that creates an instance of theRedshiftDestinationDescription.Builder avoiding
the need to create one manually via RedshiftDestinationDescription.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
redshiftDestinationDescription(RedshiftDestinationDescription).redshiftDestinationDescription - a consumer that will call methods on RedshiftDestinationDescription.BuilderredshiftDestinationDescription(RedshiftDestinationDescription)DestinationDescription.Builder elasticsearchDestinationDescription(ElasticsearchDestinationDescription elasticsearchDestinationDescription)
The destination in Amazon ES.
elasticsearchDestinationDescription - The destination in Amazon ES.default DestinationDescription.Builder elasticsearchDestinationDescription(Consumer<ElasticsearchDestinationDescription.Builder> elasticsearchDestinationDescription)
The destination in Amazon ES.
This is a convenience that creates an instance of theElasticsearchDestinationDescription.Builder
avoiding the need to create one manually via ElasticsearchDestinationDescription.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
elasticsearchDestinationDescription(ElasticsearchDestinationDescription).elasticsearchDestinationDescription - a consumer that will call methods on ElasticsearchDestinationDescription.BuilderelasticsearchDestinationDescription(ElasticsearchDestinationDescription)DestinationDescription.Builder splunkDestinationDescription(SplunkDestinationDescription splunkDestinationDescription)
The destination in Splunk.
splunkDestinationDescription - The destination in Splunk.default DestinationDescription.Builder splunkDestinationDescription(Consumer<SplunkDestinationDescription.Builder> splunkDestinationDescription)
The destination in Splunk.
This is a convenience that creates an instance of theSplunkDestinationDescription.Builder avoiding
the need to create one manually via SplunkDestinationDescription.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to splunkDestinationDescription(SplunkDestinationDescription).splunkDestinationDescription - a consumer that will call methods on SplunkDestinationDescription.BuildersplunkDestinationDescription(SplunkDestinationDescription)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.