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