Struct aws_sdk_sagemaker::output::create_domain_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateDomainOutput
.
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 created 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 created domain.
sourcepub fn build(self) -> CreateDomainOutput
pub fn build(self) -> CreateDomainOutput
Consumes the builder and constructs a CreateDomainOutput
.