Struct aws_sdk_elasticbeanstalk::error::platform_version_still_referenced_exception::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for PlatformVersionStillReferencedException
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
The exception error message.
sourcepub fn build(self) -> PlatformVersionStillReferencedException
pub fn build(self) -> PlatformVersionStillReferencedException
Consumes the builder and constructs a PlatformVersionStillReferencedException
.