public static interface ListChangedBlocksResponse.Builder extends EbsResponse.Builder, SdkPojo, CopyableBuilder<ListChangedBlocksResponse.Builder,ListChangedBlocksResponse>
| Modifier and Type | Method and Description |
|---|---|
ListChangedBlocksResponse.Builder |
blockSize(Integer blockSize)
The size of the blocks in the snapshot, in bytes.
|
ListChangedBlocksResponse.Builder |
changedBlocks(ChangedBlock... changedBlocks)
An array of objects containing information about the changed blocks.
|
ListChangedBlocksResponse.Builder |
changedBlocks(Collection<ChangedBlock> changedBlocks)
An array of objects containing information about the changed blocks.
|
ListChangedBlocksResponse.Builder |
changedBlocks(Consumer<ChangedBlock.Builder>... changedBlocks)
An array of objects containing information about the changed blocks.
|
ListChangedBlocksResponse.Builder |
expiryTime(Instant expiryTime)
The time when the
BlockToken expires. |
ListChangedBlocksResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListChangedBlocksResponse.Builder |
volumeSize(Long volumeSize)
The size of the volume in GB.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChangedBlocksResponse.Builder changedBlocks(Collection<ChangedBlock> changedBlocks)
An array of objects containing information about the changed blocks.
changedBlocks - An array of objects containing information about the changed blocks.ListChangedBlocksResponse.Builder changedBlocks(ChangedBlock... changedBlocks)
An array of objects containing information about the changed blocks.
changedBlocks - An array of objects containing information about the changed blocks.ListChangedBlocksResponse.Builder changedBlocks(Consumer<ChangedBlock.Builder>... changedBlocks)
An array of objects containing information about the changed blocks.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #changedBlocks(List) .changedBlocks - a consumer that will call methods on List.Builder #changedBlocks(List) ListChangedBlocksResponse.Builder expiryTime(Instant expiryTime)
The time when the BlockToken expires.
expiryTime - The time when the BlockToken expires.ListChangedBlocksResponse.Builder volumeSize(Long volumeSize)
The size of the volume in GB.
volumeSize - The size of the volume in GB.ListChangedBlocksResponse.Builder blockSize(Integer blockSize)
The size of the blocks in the snapshot, in bytes.
blockSize - The size of the blocks in the snapshot, in bytes.ListChangedBlocksResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no more
results to return.Copyright © 2022. All rights reserved.