public static interface ListSnapshotBlocksRequest.Builder extends EbsRequest.Builder, SdkPojo, CopyableBuilder<ListSnapshotBlocksRequest.Builder,ListSnapshotBlocksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotBlocksRequest.Builder |
maxResults(Integer maxResults)
The maximum number of blocks to be returned by the request.
|
ListSnapshotBlocksRequest.Builder |
nextToken(String nextToken)
The token to request the next page of results.
|
ListSnapshotBlocksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSnapshotBlocksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSnapshotBlocksRequest.Builder |
snapshotId(String snapshotId)
The ID of the snapshot from which to get block indexes and block tokens.
|
ListSnapshotBlocksRequest.Builder |
startingBlockIndex(Integer startingBlockIndex)
The block index from which the list should start.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSnapshotBlocksRequest.Builder snapshotId(String snapshotId)
The ID of the snapshot from which to get block indexes and block tokens.
snapshotId - The ID of the snapshot from which to get block indexes and block tokens.ListSnapshotBlocksRequest.Builder nextToken(String nextToken)
The token to request the next page of results.
If you specify NextToken, then StartingBlockIndex is ignored.
nextToken - The token to request the next page of results.
If you specify NextToken, then StartingBlockIndex is ignored.
ListSnapshotBlocksRequest.Builder maxResults(Integer maxResults)
The maximum number of blocks to be returned by the request.
Even if additional blocks can be retrieved from the snapshot, the request can return less blocks than MaxResults or an empty array of blocks.
To retrieve the next set of blocks from the snapshot, make another request with the returned NextToken
value. The value of NextToken is null when there are no more blocks to return.
maxResults - The maximum number of blocks to be returned by the request.
Even if additional blocks can be retrieved from the snapshot, the request can return less blocks than MaxResults or an empty array of blocks.
To retrieve the next set of blocks from the snapshot, make another request with the returned
NextToken value. The value of NextToken is null when there are no more
blocks to return.
ListSnapshotBlocksRequest.Builder startingBlockIndex(Integer startingBlockIndex)
The block index from which the list should start. The list in the response will start from this block index or the next valid block index in the snapshot.
If you specify NextToken, then StartingBlockIndex is ignored.
startingBlockIndex - The block index from which the list should start. The list in the response will start from this block
index or the next valid block index in the snapshot.
If you specify NextToken, then StartingBlockIndex is ignored.
ListSnapshotBlocksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSnapshotBlocksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.