Struct aws_sdk_swf::error::domain_deprecated_fault::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DomainDeprecatedFault
.
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) -> DomainDeprecatedFault
pub fn build(self) -> DomainDeprecatedFault
Consumes the builder and constructs a DomainDeprecatedFault
.