public static interface DescribeReportPlanResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<DescribeReportPlanResponse.Builder,DescribeReportPlanResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeReportPlanResponse.Builder |
reportPlan(Consumer<ReportPlan.Builder> reportPlan)
Returns details about the report plan that is specified by its name.
|
DescribeReportPlanResponse.Builder |
reportPlan(ReportPlan reportPlan)
Returns details about the report plan that is specified by its name.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeReportPlanResponse.Builder reportPlan(ReportPlan reportPlan)
Returns details about the report plan that is specified by its name. These details include the report plan's Amazon Resource Name (ARN), description, settings, delivery channel, deployment status, creation time, and last attempted and successful run times.
reportPlan - Returns details about the report plan that is specified by its name. These details include the report
plan's Amazon Resource Name (ARN), description, settings, delivery channel, deployment status,
creation time, and last attempted and successful run times.default DescribeReportPlanResponse.Builder reportPlan(Consumer<ReportPlan.Builder> reportPlan)
Returns details about the report plan that is specified by its name. These details include the report plan's Amazon Resource Name (ARN), description, settings, delivery channel, deployment status, creation time, and last attempted and successful run times.
This is a convenience method that creates an instance of theReportPlan.Builder avoiding the need to
create one manually via ReportPlan.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to reportPlan(ReportPlan).
reportPlan - a consumer that will call methods on ReportPlan.BuilderreportPlan(ReportPlan)Copyright © 2023. All rights reserved.