Struct aws_sdk_dynamodbstreams::input::list_streams_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListStreamsInput
Implementations
If this parameter is provided, then only the streams associated with this table name are returned.
If this parameter is provided, then only the streams associated with this table name are returned.
The maximum number of streams to return. The upper limit is 100.
The maximum number of streams to return. The upper limit is 100.
The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the
value that was returned for LastEvaluatedStreamArn
in the previous operation.
The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the
value that was returned for LastEvaluatedStreamArn
in the previous operation.
Consumes the builder and constructs a ListStreamsInput
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