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