Struct aws_sdk_ebs::input::list_changed_blocks_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for ListChangedBlocksInput
Implementations
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.
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.
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.
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.
The token to request the next page of results.
The token to request the next page of results.
The number of results to return.
The number of results to return.
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.
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.
Consumes the builder and constructs a ListChangedBlocksInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more