Interface ListReportPlansResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BackupResponse.Builder
,Buildable
,CopyableBuilder<ListReportPlansResponse.Builder,
,ListReportPlansResponse> SdkBuilder<ListReportPlansResponse.Builder,
,ListReportPlansResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListReportPlansResponse
-
Method Summary
Modifier and TypeMethodDescriptionAn 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.reportPlans
(Collection<ReportPlan> reportPlans) The report plans with detailed information for each plan.reportPlans
(Consumer<ReportPlan.Builder>... reportPlans) The report plans with detailed information for each plan.reportPlans
(ReportPlan... reportPlans) The report plans with detailed information for each plan.Methods inherited from interface software.amazon.awssdk.services.backup.model.BackupResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
reportPlans
The 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.
- Parameters:
reportPlans
- The 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportPlans
The 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.
- Parameters:
reportPlans
- The 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportPlans
The 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 viaReportPlan.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreportPlans(List<ReportPlan>)
.- Parameters:
reportPlans
- a consumer that will call methods onReportPlan.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-