| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static ReportJob.Builder |
ReportJob.builder() |
ReportJob.Builder |
ReportJob.Builder.completionTime(Instant completionTime)
The date and time that a report job is completed, in Unix format and Coordinated Universal Time (UTC).
|
ReportJob.Builder |
ReportJob.Builder.creationTime(Instant creationTime)
The date and time that a report job is created, in Unix format and Coordinated Universal Time (UTC).
|
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.
|
ReportJob.Builder |
ReportJob.Builder.reportDestination(ReportDestination reportDestination)
The S3 bucket name and S3 keys for the destination where the report job publishes the report.
|
ReportJob.Builder |
ReportJob.Builder.reportJobId(String reportJobId)
The identifier for a report job.
|
ReportJob.Builder |
ReportJob.Builder.reportPlanArn(String reportPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
ReportJob.Builder |
ReportJob.Builder.reportTemplate(String reportTemplate)
Identifies the report template for the report.
|
ReportJob.Builder |
ReportJob.Builder.status(String status)
The status of a report job.
|
ReportJob.Builder |
ReportJob.Builder.statusMessage(String statusMessage)
A message explaining the status of the report job.
|
ReportJob.Builder |
ReportJob.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReportJob.Builder> |
ReportJob.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeReportJobResponse.Builder |
DescribeReportJobResponse.Builder.reportJob(Consumer<ReportJob.Builder> reportJob)
A list of information about a report job, including its completion and creation times, report destination,
unique report job ID, Amazon Resource Name (ARN), report template, status, and status message.
|
Copyright © 2023. All rights reserved.