Interface ListReportPlansResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BackupResponse.Builder,Buildable,CopyableBuilder<ListReportPlansResponse.Builder,ListReportPlansResponse>,SdkBuilder<ListReportPlansResponse.Builder,ListReportPlansResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListReportPlansResponse
public static interface ListReportPlansResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<ListReportPlansResponse.Builder,ListReportPlansResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListReportPlansResponse.BuildernextToken(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.BuilderreportPlans(Collection<ReportPlan> reportPlans)A list of your report plans with detailed information for each plan.ListReportPlansResponse.BuilderreportPlans(Consumer<ReportPlan.Builder>... reportPlans)A list of your report plans with detailed information for each plan.ListReportPlansResponse.BuilderreportPlans(ReportPlan... reportPlans)A list of your 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
reportPlans
ListReportPlansResponse.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportPlans
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportPlans
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.Builderavoiding the need to create one manually viaReportPlan.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#reportPlans(List.) - 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:
#reportPlans(java.util.Collection)
-
nextToken
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.
- 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.
-
-