public static interface ListChangedBlocksRequest.Builder extends EbsRequest.Builder, SdkPojo, CopyableBuilder<ListChangedBlocksRequest.Builder,ListChangedBlocksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListChangedBlocksRequest.Builder |
firstSnapshotId(String firstSnapshotId)
The ID of the first snapshot to use for the comparison.
|
ListChangedBlocksRequest.Builder |
maxResults(Integer maxResults)
The maximum number of blocks to be returned by the request.
|
ListChangedBlocksRequest.Builder |
nextToken(String nextToken)
The token to request the next page of results.
|
ListChangedBlocksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListChangedBlocksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListChangedBlocksRequest.Builder |
secondSnapshotId(String secondSnapshotId)
The ID of the second snapshot to use for the comparison.
|
ListChangedBlocksRequest.Builder |
startingBlockIndex(Integer startingBlockIndex)
The block index from which the comparison should start.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChangedBlocksRequest.Builder firstSnapshotId(String firstSnapshotId)
The ID of the first snapshot to use for the comparison.
The FirstSnapshotID parameter must be specified with a SecondSnapshotId parameter;
otherwise, an error occurs.
firstSnapshotId - The ID of the first snapshot to use for the comparison.
The FirstSnapshotID parameter must be specified with a SecondSnapshotId
parameter; otherwise, an error occurs.
ListChangedBlocksRequest.Builder secondSnapshotId(String secondSnapshotId)
The ID of the second snapshot to use for the comparison.
The SecondSnapshotId parameter must be specified with a FirstSnapshotID parameter;
otherwise, an error occurs.
secondSnapshotId - The ID of the second snapshot to use for the comparison.
The SecondSnapshotId parameter must be specified with a FirstSnapshotID
parameter; otherwise, an error occurs.
ListChangedBlocksRequest.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.
ListChangedBlocksRequest.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.
ListChangedBlocksRequest.Builder startingBlockIndex(Integer startingBlockIndex)
The block index from which the comparison should start.
The list in the response will start from this block index or the next valid block index in the snapshots.
If you specify NextToken, then StartingBlockIndex is ignored.
startingBlockIndex - The block index from which the comparison should start.
The list in the response will start from this block index or the next valid block index in the snapshots.
If you specify NextToken, then StartingBlockIndex is ignored.
ListChangedBlocksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListChangedBlocksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.