Struct aws_sdk_iot::operation::delete_v2_logging_level::builders::DeleteV2LoggingLevelInputBuilder
source · #[non_exhaustive]pub struct DeleteV2LoggingLevelInputBuilder { /* private fields */ }
Expand description
A builder for DeleteV2LoggingLevelInput
.
Implementations§
source§impl DeleteV2LoggingLevelInputBuilder
impl DeleteV2LoggingLevelInputBuilder
sourcepub fn target_type(self, input: LogTargetType) -> Self
pub fn target_type(self, input: LogTargetType) -> Self
The type of resource for which you are configuring logging. Must be THING_Group
.
sourcepub fn set_target_type(self, input: Option<LogTargetType>) -> Self
pub fn set_target_type(self, input: Option<LogTargetType>) -> Self
The type of resource for which you are configuring logging. Must be THING_Group
.
sourcepub fn target_name(self, input: impl Into<String>) -> Self
pub fn target_name(self, input: impl Into<String>) -> Self
The name of the resource for which you are configuring logging.
sourcepub fn set_target_name(self, input: Option<String>) -> Self
pub fn set_target_name(self, input: Option<String>) -> Self
The name of the resource for which you are configuring logging.
sourcepub fn build(self) -> Result<DeleteV2LoggingLevelInput, BuildError>
pub fn build(self) -> Result<DeleteV2LoggingLevelInput, BuildError>
Consumes the builder and constructs a DeleteV2LoggingLevelInput
.
Trait Implementations§
source§impl Clone for DeleteV2LoggingLevelInputBuilder
impl Clone for DeleteV2LoggingLevelInputBuilder
source§fn clone(&self) -> DeleteV2LoggingLevelInputBuilder
fn clone(&self) -> DeleteV2LoggingLevelInputBuilder
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 DeleteV2LoggingLevelInputBuilder
impl Default for DeleteV2LoggingLevelInputBuilder
source§fn default() -> DeleteV2LoggingLevelInputBuilder
fn default() -> DeleteV2LoggingLevelInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteV2LoggingLevelInputBuilder> for DeleteV2LoggingLevelInputBuilder
impl PartialEq<DeleteV2LoggingLevelInputBuilder> for DeleteV2LoggingLevelInputBuilder
source§fn eq(&self, other: &DeleteV2LoggingLevelInputBuilder) -> bool
fn eq(&self, other: &DeleteV2LoggingLevelInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.