public static interface ListReportPlansResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<ListReportPlansResponse.Builder,ListReportPlansResponse>
| Modifier and Type | Method and Description |
|---|---|
ListReportPlansResponse.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListReportPlansResponse.Builder |
reportPlans(Collection<ReportPlan> reportPlans)
A list of your report plans with detailed information for each plan.
|
ListReportPlansResponse.Builder |
reportPlans(Consumer<ReportPlan.Builder>... reportPlans)
A list of your report plans with detailed information for each plan.
|
ListReportPlansResponse.Builder |
reportPlans(ReportPlan... reportPlans)
A list of your report plans with detailed information for each plan.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListReportPlansResponse.Builder reportPlans(Collection<ReportPlan> reportPlans)
A list of your report plans with detailed information for each plan. This information includes the Amazon Resource Name (ARN), report plan name, description, settings, delivery channel, deployment status, creation time, and last times the report plan attempted to and successfully ran.
reportPlans - A list of your report plans with detailed information for each plan. This information includes the
Amazon Resource Name (ARN), report plan name, description, settings, delivery channel, deployment
status, creation time, and last times the report plan attempted to and successfully ran.ListReportPlansResponse.Builder reportPlans(ReportPlan... reportPlans)
A list of your report plans with detailed information for each plan. This information includes the Amazon Resource Name (ARN), report plan name, description, settings, delivery channel, deployment status, creation time, and last times the report plan attempted to and successfully ran.
reportPlans - A list of your report plans with detailed information for each plan. This information includes the
Amazon Resource Name (ARN), report plan name, description, settings, delivery channel, deployment
status, creation time, and last times the report plan attempted to and successfully ran.ListReportPlansResponse.Builder reportPlans(Consumer<ReportPlan.Builder>... reportPlans)
A list of your report plans with detailed information for each plan. This information includes the Amazon Resource Name (ARN), report plan name, description, settings, delivery channel, deployment status, creation time, and last times the report plan attempted to and successfully ran.
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 #reportPlans(List.
reportPlans - a consumer that will call methods on
ReportPlan.Builder#reportPlans(java.util.Collection) ListReportPlansResponse.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.Copyright © 2023. All rights reserved.