Struct aws_sdk_iot::input::delete_role_alias_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteRoleAliasInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn role_alias(self, input: impl Into<String>) -> Self
pub fn role_alias(self, input: impl Into<String>) -> Self
The role alias to delete.
sourcepub fn set_role_alias(self, input: Option<String>) -> Self
pub fn set_role_alias(self, input: Option<String>) -> Self
The role alias to delete.
sourcepub fn build(self) -> Result<DeleteRoleAliasInput, BuildError>
pub fn build(self) -> Result<DeleteRoleAliasInput, BuildError>
Consumes the builder and constructs a DeleteRoleAliasInput
.