| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static ReportPlan.Builder |
ReportPlan.builder() |
ReportPlan.Builder |
ReportPlan.Builder.creationTime(Instant creationTime)
The date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC).
|
ReportPlan.Builder |
ReportPlan.Builder.deploymentStatus(String deploymentStatus)
The deployment status of a report plan.
|
ReportPlan.Builder |
ReportPlan.Builder.lastAttemptedExecutionTime(Instant lastAttemptedExecutionTime)
The date and time that a report job associated with this report plan last attempted to run, in Unix format
and Coordinated Universal Time (UTC).
|
ReportPlan.Builder |
ReportPlan.Builder.lastSuccessfulExecutionTime(Instant lastSuccessfulExecutionTime)
The date and time that a report job associated with this report plan last successfully ran, in Unix format
and Coordinated Universal Time (UTC).
|
default ReportPlan.Builder |
ReportPlan.Builder.reportDeliveryChannel(Consumer<ReportDeliveryChannel.Builder> reportDeliveryChannel)
Contains information about where and how to deliver your reports, specifically your Amazon S3 bucket name, S3
key prefix, and the formats of your reports.
|
ReportPlan.Builder |
ReportPlan.Builder.reportDeliveryChannel(ReportDeliveryChannel reportDeliveryChannel)
Contains information about where and how to deliver your reports, specifically your Amazon S3 bucket name, S3
key prefix, and the formats of your reports.
|
ReportPlan.Builder |
ReportPlan.Builder.reportPlanArn(String reportPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
ReportPlan.Builder |
ReportPlan.Builder.reportPlanDescription(String reportPlanDescription)
An optional description of the report plan with a maximum 1,024 characters.
|
ReportPlan.Builder |
ReportPlan.Builder.reportPlanName(String reportPlanName)
The unique name of the report plan.
|
default ReportPlan.Builder |
ReportPlan.Builder.reportSetting(Consumer<ReportSetting.Builder> reportSetting)
Identifies the report template for the report.
|
ReportPlan.Builder |
ReportPlan.Builder.reportSetting(ReportSetting reportSetting)
Identifies the report template for the report.
|
ReportPlan.Builder |
ReportPlan.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReportPlan.Builder> |
ReportPlan.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeReportPlanResponse.Builder |
DescribeReportPlanResponse.Builder.reportPlan(Consumer<ReportPlan.Builder> reportPlan)
Returns details about the report plan that is specified by its name.
|
Copyright © 2023. All rights reserved.