Interface AnalyticsExportDestination.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AnalyticsExportDestination.Builder,,AnalyticsExportDestination> SdkBuilder<AnalyticsExportDestination.Builder,,AnalyticsExportDestination> SdkPojo
- Enclosing class:
AnalyticsExportDestination
public static interface AnalyticsExportDestination.Builder
extends SdkPojo, CopyableBuilder<AnalyticsExportDestination.Builder,AnalyticsExportDestination>
-
Method Summary
Modifier and TypeMethodDescriptions3BucketDestination(Consumer<AnalyticsS3BucketDestination.Builder> s3BucketDestination) A destination signifying output to an S3 bucket.s3BucketDestination(AnalyticsS3BucketDestination s3BucketDestination) A destination signifying output to an S3 bucket.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
s3BucketDestination
AnalyticsExportDestination.Builder s3BucketDestination(AnalyticsS3BucketDestination s3BucketDestination) A destination signifying output to an S3 bucket.
- Parameters:
s3BucketDestination- A destination signifying output to an S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3BucketDestination
default AnalyticsExportDestination.Builder s3BucketDestination(Consumer<AnalyticsS3BucketDestination.Builder> s3BucketDestination) A destination signifying output to an S3 bucket.
This is a convenience method that creates an instance of theAnalyticsS3BucketDestination.Builderavoiding the need to create one manually viaAnalyticsS3BucketDestination.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3BucketDestination(AnalyticsS3BucketDestination).- Parameters:
s3BucketDestination- a consumer that will call methods onAnalyticsS3BucketDestination.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-