Interface ListProtectedResourcesResponse.Builder

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

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

    • results

      An array of resources successfully backed up by Backup including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.

      Parameters:
      results - An array of resources successfully backed up by Backup including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • results

      An array of resources successfully backed up by Backup including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.

      Parameters:
      results - An array of resources successfully backed up by Backup including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • results

      An array of resources successfully backed up by Backup including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.

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

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

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