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