Struct aws_sdk_dynamodbstreams::model::stream::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Stream
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn stream_arn(self, input: impl Into<String>) -> Self
pub fn stream_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the stream.
sourcepub fn set_stream_arn(self, input: Option<String>) -> Self
pub fn set_stream_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the stream.
sourcepub fn table_name(self, input: impl Into<String>) -> Self
pub fn table_name(self, input: impl Into<String>) -> Self
The DynamoDB table with which the stream is associated.
sourcepub fn set_table_name(self, input: Option<String>) -> Self
pub fn set_table_name(self, input: Option<String>) -> Self
The DynamoDB table with which the stream is associated.
sourcepub fn stream_label(self, input: impl Into<String>) -> Self
pub fn stream_label(self, input: impl Into<String>) -> Self
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
sourcepub fn set_stream_label(self, input: Option<String>) -> Self
pub fn set_stream_label(self, input: Option<String>) -> Self
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