pub struct Builder { /* private fields */ }
Expand description
A builder for KinesisDataStreamDestination
.
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 ARN for a specific 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 specific Kinesis data stream.
sourcepub fn destination_status(self, input: DestinationStatus) -> Self
pub fn destination_status(self, input: DestinationStatus) -> Self
The current status of replication.
sourcepub fn set_destination_status(self, input: Option<DestinationStatus>) -> Self
pub fn set_destination_status(self, input: Option<DestinationStatus>) -> Self
The current status of replication.
sourcepub fn destination_status_description(self, input: impl Into<String>) -> Self
pub fn destination_status_description(self, input: impl Into<String>) -> Self
The human-readable string that corresponds to the replica status.
sourcepub fn set_destination_status_description(self, input: Option<String>) -> Self
pub fn set_destination_status_description(self, input: Option<String>) -> Self
The human-readable string that corresponds to the replica status.
sourcepub fn build(self) -> KinesisDataStreamDestination
pub fn build(self) -> KinesisDataStreamDestination
Consumes the builder and constructs a KinesisDataStreamDestination
.