Struct aws_sdk_dynamodbstreams::model::stream::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Stream
Implementations
The Amazon Resource Name (ARN) for the stream.
The Amazon Resource Name (ARN) for the stream.
The DynamoDB table with which the stream is associated.
The DynamoDB table with which the stream is associated.
A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel
is not a unique identifier for the stream, because it is
possible that a stream from another table might have the same timestamp. However, the
combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the
StreamLabel
A timestamp, in ISO 8601 format, for this stream.
Note that LatestStreamLabel
is not a unique identifier for the stream, because it is
possible that a stream from another table might have the same timestamp. However, the
combination of the following three elements is guaranteed to be unique:
-
the AWS customer ID.
-
the table name
-
the
StreamLabel
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