pub struct Builder { /* private fields */ }
Expand description
A builder for AwsDynamoDbTableStreamSpecification
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn stream_enabled(self, input: bool) -> Self
pub fn stream_enabled(self, input: bool) -> Self
Indicates whether DynamoDB Streams is enabled on the table.
sourcepub fn set_stream_enabled(self, input: Option<bool>) -> Self
pub fn set_stream_enabled(self, input: Option<bool>) -> Self
Indicates whether DynamoDB Streams is enabled on the table.
sourcepub fn stream_view_type(self, input: impl Into<String>) -> Self
pub fn stream_view_type(self, input: impl Into<String>) -> Self
Determines the information that is written to the table.
sourcepub fn set_stream_view_type(self, input: Option<String>) -> Self
pub fn set_stream_view_type(self, input: Option<String>) -> Self
Determines the information that is written to the table.
sourcepub fn build(self) -> AwsDynamoDbTableStreamSpecification
pub fn build(self) -> AwsDynamoDbTableStreamSpecification
Consumes the builder and constructs a AwsDynamoDbTableStreamSpecification
.