Struct aws_sdk_iot::input::delete_dimension_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteDimensionInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The unique identifier for the dimension that you want to delete.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The unique identifier for the dimension that you want to delete.
sourcepub fn build(self) -> Result<DeleteDimensionInput, BuildError>
pub fn build(self) -> Result<DeleteDimensionInput, BuildError>
Consumes the builder and constructs a DeleteDimensionInput
.