pub struct Builder { /* private fields */ }
Expand description
A builder for KinesisFirehoseDestinationDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn delivery_stream(self, input: impl Into<String>) -> Self
pub fn delivery_stream(self, input: impl Into<String>) -> Self
The name of the Kinesis Data Firehose delivery stream.
sourcepub fn set_delivery_stream(self, input: Option<String>) -> Self
pub fn set_delivery_stream(self, input: Option<String>) -> Self
The name of the Kinesis Data Firehose delivery stream.
sourcepub fn build(self) -> KinesisFirehoseDestinationDetails
pub fn build(self) -> KinesisFirehoseDestinationDetails
Consumes the builder and constructs a KinesisFirehoseDestinationDetails
.