Interface ListChangedBlocksResponse.Builder

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

public static interface ListChangedBlocksResponse.Builder extends EbsResponse.Builder, SdkPojo, CopyableBuilder<ListChangedBlocksResponse.Builder,ListChangedBlocksResponse>
  • Method Details

    • changedBlocks

      An array of objects containing information about the changed blocks.

      Parameters:
      changedBlocks - An array of objects containing information about the changed blocks.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • changedBlocks

      ListChangedBlocksResponse.Builder changedBlocks(ChangedBlock... changedBlocks)

      An array of objects containing information about the changed blocks.

      Parameters:
      changedBlocks - An array of objects containing information about the changed blocks.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • changedBlocks

      An array of objects containing information about the changed blocks.

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

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

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

      The time when the BlockToken expires.

      Parameters:
      expiryTime - The time when the BlockToken expires.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • volumeSize

      ListChangedBlocksResponse.Builder volumeSize(Long volumeSize)

      The size of the volume in GB.

      Parameters:
      volumeSize - The size of the volume in GB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • blockSize

      The size of the blocks in the snapshot, in bytes.

      Parameters:
      blockSize - The size of the blocks in the snapshot, in bytes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The token to use to retrieve the next page of results. This value is null when there are no more results to return.

      Parameters:
      nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.