Struct aws_sdk_cloudfront::types::builders::EndPointBuilder
source · #[non_exhaustive]pub struct EndPointBuilder { /* private fields */ }
Expand description
A builder for EndPoint
.
Implementations§
source§impl EndPointBuilder
impl EndPointBuilder
sourcepub fn stream_type(self, input: impl Into<String>) -> Self
pub fn stream_type(self, input: impl Into<String>) -> Self
The type of data stream where you are sending real-time log data. The only valid value is Kinesis
.
sourcepub fn set_stream_type(self, input: Option<String>) -> Self
pub fn set_stream_type(self, input: Option<String>) -> Self
The type of data stream where you are sending real-time log data. The only valid value is Kinesis
.
sourcepub fn get_stream_type(&self) -> &Option<String>
pub fn get_stream_type(&self) -> &Option<String>
The type of data stream where you are sending real-time log data. The only valid value is Kinesis
.
sourcepub fn kinesis_stream_config(self, input: KinesisStreamConfig) -> Self
pub fn kinesis_stream_config(self, input: KinesisStreamConfig) -> Self
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
sourcepub fn set_kinesis_stream_config(
self,
input: Option<KinesisStreamConfig>
) -> Self
pub fn set_kinesis_stream_config( self, input: Option<KinesisStreamConfig> ) -> Self
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
sourcepub fn get_kinesis_stream_config(&self) -> &Option<KinesisStreamConfig>
pub fn get_kinesis_stream_config(&self) -> &Option<KinesisStreamConfig>
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
Trait Implementations§
source§impl Clone for EndPointBuilder
impl Clone for EndPointBuilder
source§fn clone(&self) -> EndPointBuilder
fn clone(&self) -> EndPointBuilder
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 Debug for EndPointBuilder
impl Debug for EndPointBuilder
source§impl Default for EndPointBuilder
impl Default for EndPointBuilder
source§fn default() -> EndPointBuilder
fn default() -> EndPointBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for EndPointBuilder
impl PartialEq for EndPointBuilder
source§fn eq(&self, other: &EndPointBuilder) -> bool
fn eq(&self, other: &EndPointBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for EndPointBuilder
Auto Trait Implementations§
impl RefUnwindSafe for EndPointBuilder
impl Send for EndPointBuilder
impl Sync for EndPointBuilder
impl Unpin for EndPointBuilder
impl UnwindSafe for EndPointBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.