Struct aws_sdk_swf::error::domain_already_exists_fault::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DomainAlreadyExistsFault
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn message(self, input: impl Into<String>) -> Self
pub fn message(self, input: impl Into<String>) -> Self
A description that may help with diagnosing the cause of the fault.
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
A description that may help with diagnosing the cause of the fault.
sourcepub fn build(self) -> DomainAlreadyExistsFault
pub fn build(self) -> DomainAlreadyExistsFault
Consumes the builder and constructs a DomainAlreadyExistsFault
.