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 Details

    • 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

      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 the ReportPlan.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<ReportPlan>).

      Parameters:
      reportPlans - a consumer that will call methods on ReportPlan.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.