Struct aws_sdk_sagemaker::model::subscribed_workteam::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SubscribedWorkteam
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn workteam_arn(self, input: impl Into<String>) -> Self
pub fn workteam_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the vendor that you have subscribed.
sourcepub fn set_workteam_arn(self, input: Option<String>) -> Self
pub fn set_workteam_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the vendor that you have subscribed.
sourcepub fn marketplace_title(self, input: impl Into<String>) -> Self
pub fn marketplace_title(self, input: impl Into<String>) -> Self
The title of the service provided by the vendor in the Amazon Marketplace.
sourcepub fn set_marketplace_title(self, input: Option<String>) -> Self
pub fn set_marketplace_title(self, input: Option<String>) -> Self
The title of the service provided by the vendor in the Amazon Marketplace.
sourcepub fn seller_name(self, input: impl Into<String>) -> Self
pub fn seller_name(self, input: impl Into<String>) -> Self
The name of the vendor in the Amazon Marketplace.
sourcepub fn set_seller_name(self, input: Option<String>) -> Self
pub fn set_seller_name(self, input: Option<String>) -> Self
The name of the vendor in the Amazon Marketplace.
sourcepub fn marketplace_description(self, input: impl Into<String>) -> Self
pub fn marketplace_description(self, input: impl Into<String>) -> Self
The description of the vendor from the Amazon Marketplace.
sourcepub fn set_marketplace_description(self, input: Option<String>) -> Self
pub fn set_marketplace_description(self, input: Option<String>) -> Self
The description of the vendor from the Amazon Marketplace.
sourcepub fn listing_id(self, input: impl Into<String>) -> Self
pub fn listing_id(self, input: impl Into<String>) -> Self
Marketplace product listing ID.
sourcepub fn set_listing_id(self, input: Option<String>) -> Self
pub fn set_listing_id(self, input: Option<String>) -> Self
Marketplace product listing ID.
sourcepub fn build(self) -> SubscribedWorkteam
pub fn build(self) -> SubscribedWorkteam
Consumes the builder and constructs a SubscribedWorkteam
.