public static interface ReportDestination.Builder extends SdkPojo, CopyableBuilder<ReportDestination.Builder,ReportDestination>
| Modifier and Type | Method and Description |
|---|---|
ReportDestination.Builder |
s3BucketName(String s3BucketName)
The unique name of the Amazon S3 bucket that receives your reports.
|
ReportDestination.Builder |
s3Keys(Collection<String> s3Keys)
The object key that uniquely identifies your reports in your S3 bucket.
|
ReportDestination.Builder |
s3Keys(String... s3Keys)
The object key that uniquely identifies your reports in your S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReportDestination.Builder s3BucketName(String s3BucketName)
The unique name of the Amazon S3 bucket that receives your reports.
s3BucketName - The unique name of the Amazon S3 bucket that receives your reports.ReportDestination.Builder s3Keys(Collection<String> s3Keys)
The object key that uniquely identifies your reports in your S3 bucket.
s3Keys - The object key that uniquely identifies your reports in your S3 bucket.ReportDestination.Builder s3Keys(String... s3Keys)
The object key that uniquely identifies your reports in your S3 bucket.
s3Keys - The object key that uniquely identifies your reports in your S3 bucket.Copyright © 2023. All rights reserved.