Struct aws_sdk_sagemaker::output::update_domain_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateDomainOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn domain_arn(self, input: impl Into<String>) -> Self
pub fn domain_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the domain.
sourcepub fn set_domain_arn(self, input: Option<String>) -> Self
pub fn set_domain_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the domain.
sourcepub fn build(self) -> UpdateDomainOutput
pub fn build(self) -> UpdateDomainOutput
Consumes the builder and constructs a UpdateDomainOutput
.