#[non_exhaustive]pub struct AwsDynamoDbTableStreamSpecificationBuilder { /* private fields */ }Expand description
A builder for AwsDynamoDbTableStreamSpecification.
Implementations§
source§impl AwsDynamoDbTableStreamSpecificationBuilder
impl AwsDynamoDbTableStreamSpecificationBuilder
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.
Trait Implementations§
source§impl Clone for AwsDynamoDbTableStreamSpecificationBuilder
impl Clone for AwsDynamoDbTableStreamSpecificationBuilder
source§fn clone(&self) -> AwsDynamoDbTableStreamSpecificationBuilder
fn clone(&self) -> AwsDynamoDbTableStreamSpecificationBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for AwsDynamoDbTableStreamSpecificationBuilder
impl Default for AwsDynamoDbTableStreamSpecificationBuilder
source§fn default() -> AwsDynamoDbTableStreamSpecificationBuilder
fn default() -> AwsDynamoDbTableStreamSpecificationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AwsDynamoDbTableStreamSpecificationBuilder> for AwsDynamoDbTableStreamSpecificationBuilder
impl PartialEq<AwsDynamoDbTableStreamSpecificationBuilder> for AwsDynamoDbTableStreamSpecificationBuilder
source§fn eq(&self, other: &AwsDynamoDbTableStreamSpecificationBuilder) -> bool
fn eq(&self, other: &AwsDynamoDbTableStreamSpecificationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.