| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static ReportDestination.Builder |
ReportDestination.builder() |
ReportDestination.Builder |
ReportDestination.Builder.s3BucketName(String s3BucketName)
The unique name of the Amazon S3 bucket that receives your reports.
|
ReportDestination.Builder |
ReportDestination.Builder.s3Keys(Collection<String> s3Keys)
The object key that uniquely identifies your reports in your S3 bucket.
|
ReportDestination.Builder |
ReportDestination.Builder.s3Keys(String... s3Keys)
The object key that uniquely identifies your reports in your S3 bucket.
|
ReportDestination.Builder |
ReportDestination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReportDestination.Builder> |
ReportDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ReportJob.Builder |
ReportJob.Builder.reportDestination(Consumer<ReportDestination.Builder> reportDestination)
The S3 bucket name and S3 keys for the destination where the report job publishes the report.
|
Copyright © 2023. All rights reserved.