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