public static interface AnalyticsExportDestination.Builder extends CopyableBuilder<AnalyticsExportDestination.Builder,AnalyticsExportDestination>
| Modifier and Type | Method and Description |
|---|---|
AnalyticsExportDestination.Builder |
s3BucketDestination(AnalyticsS3BucketDestination s3BucketDestination)
A destination signifying output to an S3 bucket.
|
default AnalyticsExportDestination.Builder |
s3BucketDestination(Consumer<AnalyticsS3BucketDestination.Builder> s3BucketDestination)
A destination signifying output to an S3 bucket.
|
copyapply, buildAnalyticsExportDestination.Builder s3BucketDestination(AnalyticsS3BucketDestination s3BucketDestination)
s3BucketDestination - A destination signifying output to an S3 bucket.default AnalyticsExportDestination.Builder s3BucketDestination(Consumer<AnalyticsS3BucketDestination.Builder> s3BucketDestination)
AnalyticsS3BucketDestination.Builder avoiding the need to create one manually via
AnalyticsS3BucketDestination.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to s3BucketDestination(AnalyticsS3BucketDestination).s3BucketDestination - a consumer that will call methods on AnalyticsS3BucketDestination.Builders3BucketDestination(AnalyticsS3BucketDestination)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.