Struct aws_sdk_iot::input::delete_v2_logging_level_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteV2LoggingLevelInput
.
Implementations§
source§impl Builder
impl Builder
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
.