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 number of results to return.
|
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.
nextToken - The token to request the next page of results.ListSnapshotBlocksRequest.Builder maxResults(Integer maxResults)
The number of results to return.
maxResults - The number of results 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.
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.ListSnapshotBlocksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSnapshotBlocksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.