Struct aws_sdk_dynamodbstreams::output::get_records_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetRecordsOutput
Implementations
Appends an item to records
.
To override the contents of this collection use set_records
.
The stream records from the shard, which were retrieved using the shard iterator.
The stream records from the shard, which were retrieved using the shard iterator.
The next position in the shard from which to start sequentially reading stream records. If
set to null
, the shard has been closed and the requested iterator will not return
any more data.
The next position in the shard from which to start sequentially reading stream records. If
set to null
, the shard has been closed and the requested iterator will not return
any more data.
Consumes the builder and constructs a GetRecordsOutput
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