Struct aws_sdk_swf::input::undeprecate_domain_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UndeprecateDomainInput
.
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 name of the domain of the deprecated workflow type.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the domain of the deprecated workflow type.
sourcepub fn build(self) -> Result<UndeprecateDomainInput, BuildError>
pub fn build(self) -> Result<UndeprecateDomainInput, BuildError>
Consumes the builder and constructs a UndeprecateDomainInput
.