Interface ListRestoreJobsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, BackupResponse.Builder, Buildable, CopyableBuilder<ListRestoreJobsResponse.Builder,ListRestoreJobsResponse>, SdkBuilder<ListRestoreJobsResponse.Builder,ListRestoreJobsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListRestoreJobsResponse

public static interface ListRestoreJobsResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<ListRestoreJobsResponse.Builder,ListRestoreJobsResponse>
  • Method Details

    • restoreJobs

      An array of objects that contain detailed information about jobs to restore saved resources.

      Parameters:
      restoreJobs - An array of objects that contain detailed information about jobs to restore saved resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • restoreJobs

      An array of objects that contain detailed information about jobs to restore saved resources.

      Parameters:
      restoreJobs - An array of objects that contain detailed information about jobs to restore saved resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • restoreJobs

      An array of objects that contain detailed information about jobs to restore saved resources.

      This is a convenience method that creates an instance of the RestoreJobsListMember.Builder avoiding the need to create one manually via RestoreJobsListMember.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to restoreJobs(List<RestoreJobsListMember>).

      Parameters:
      restoreJobs - a consumer that will call methods on RestoreJobsListMember.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      The next item following a partial list of returned items. For example, if a request is made to return MaxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

      Parameters:
      nextToken - The next item following a partial list of returned items. For example, if a request is made to return MaxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.