Struct aws_sdk_dynamodb::operation::disable_kinesis_streaming_destination::builders::DisableKinesisStreamingDestinationInputBuilder
source · #[non_exhaustive]pub struct DisableKinesisStreamingDestinationInputBuilder { /* private fields */ }Expand description
A builder for DisableKinesisStreamingDestinationInput.
Implementations§
source§impl DisableKinesisStreamingDestinationInputBuilder
impl DisableKinesisStreamingDestinationInputBuilder
sourcepub fn table_name(self, input: impl Into<String>) -> Self
pub fn table_name(self, input: impl Into<String>) -> Self
The name of the DynamoDB table.
sourcepub fn set_table_name(self, input: Option<String>) -> Self
pub fn set_table_name(self, input: Option<String>) -> Self
The name of the DynamoDB table.
sourcepub fn stream_arn(self, input: impl Into<String>) -> Self
pub fn stream_arn(self, input: impl Into<String>) -> Self
The ARN for a Kinesis data stream.
sourcepub fn set_stream_arn(self, input: Option<String>) -> Self
pub fn set_stream_arn(self, input: Option<String>) -> Self
The ARN for a Kinesis data stream.
sourcepub fn build(
self
) -> Result<DisableKinesisStreamingDestinationInput, BuildError>
pub fn build( self ) -> Result<DisableKinesisStreamingDestinationInput, BuildError>
Consumes the builder and constructs a DisableKinesisStreamingDestinationInput.
Trait Implementations§
source§impl Clone for DisableKinesisStreamingDestinationInputBuilder
impl Clone for DisableKinesisStreamingDestinationInputBuilder
source§fn clone(&self) -> DisableKinesisStreamingDestinationInputBuilder
fn clone(&self) -> DisableKinesisStreamingDestinationInputBuilder
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 DisableKinesisStreamingDestinationInputBuilder
impl Default for DisableKinesisStreamingDestinationInputBuilder
source§fn default() -> DisableKinesisStreamingDestinationInputBuilder
fn default() -> DisableKinesisStreamingDestinationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DisableKinesisStreamingDestinationInputBuilder> for DisableKinesisStreamingDestinationInputBuilder
impl PartialEq<DisableKinesisStreamingDestinationInputBuilder> for DisableKinesisStreamingDestinationInputBuilder
source§fn eq(&self, other: &DisableKinesisStreamingDestinationInputBuilder) -> bool
fn eq(&self, other: &DisableKinesisStreamingDestinationInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.