public static interface ReportDestination.Builder extends SdkPojo, CopyableBuilder<ReportDestination.Builder,ReportDestination>
| Modifier and Type | Method and Description |
|---|---|
default ReportDestination.Builder |
s3(Consumer<ReportDestinationS3.Builder> s3)
Specifies the Amazon S3 bucket where DataSync uploads your task report.
|
ReportDestination.Builder |
s3(ReportDestinationS3 s3)
Specifies the Amazon S3 bucket where DataSync uploads your task report.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReportDestination.Builder s3(ReportDestinationS3 s3)
Specifies the Amazon S3 bucket where DataSync uploads your task report.
s3 - Specifies the Amazon S3 bucket where DataSync uploads your task report.default ReportDestination.Builder s3(Consumer<ReportDestinationS3.Builder> s3)
Specifies the Amazon S3 bucket where DataSync uploads your task report.
This is a convenience method that creates an instance of theReportDestinationS3.Builder avoiding the
need to create one manually via ReportDestinationS3.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to s3(ReportDestinationS3).
s3 - a consumer that will call methods on ReportDestinationS3.Builders3(ReportDestinationS3)Copyright © 2023. All rights reserved.