Struct aws_sdk_iot::types::builders::LogTargetBuilder   
source · #[non_exhaustive]pub struct LogTargetBuilder { /* private fields */ }Expand description
A builder for LogTarget.
Implementations§
source§impl LogTargetBuilder
 
impl LogTargetBuilder
sourcepub fn target_type(self, input: LogTargetType) -> Self
 
pub fn target_type(self, input: LogTargetType) -> Self
The target type.
sourcepub fn set_target_type(self, input: Option<LogTargetType>) -> Self
 
pub fn set_target_type(self, input: Option<LogTargetType>) -> Self
The target type.
sourcepub fn target_name(self, input: impl Into<String>) -> Self
 
pub fn target_name(self, input: impl Into<String>) -> Self
The target name.
sourcepub fn set_target_name(self, input: Option<String>) -> Self
 
pub fn set_target_name(self, input: Option<String>) -> Self
The target name.
Trait Implementations§
source§impl Clone for LogTargetBuilder
 
impl Clone for LogTargetBuilder
source§fn clone(&self) -> LogTargetBuilder
 
fn clone(&self) -> LogTargetBuilder
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 LogTargetBuilder
 
impl Debug for LogTargetBuilder
source§impl Default for LogTargetBuilder
 
impl Default for LogTargetBuilder
source§fn default() -> LogTargetBuilder
 
fn default() -> LogTargetBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<LogTargetBuilder> for LogTargetBuilder
 
impl PartialEq<LogTargetBuilder> for LogTargetBuilder
source§fn eq(&self, other: &LogTargetBuilder) -> bool
 
fn eq(&self, other: &LogTargetBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.