public static interface SubscribedWorkteam.Builder extends SdkPojo, CopyableBuilder<SubscribedWorkteam.Builder,SubscribedWorkteam>
Modifier and Type | Method and Description |
---|---|
SubscribedWorkteam.Builder |
listingId(String listingId)
Marketplace product listing ID.
|
SubscribedWorkteam.Builder |
marketplaceDescription(String marketplaceDescription)
The description of the vendor from the Amazon Marketplace.
|
SubscribedWorkteam.Builder |
marketplaceTitle(String marketplaceTitle)
The title of the service provided by the vendor in the Amazon Marketplace.
|
SubscribedWorkteam.Builder |
sellerName(String sellerName)
The name of the vendor in the Amazon Marketplace.
|
SubscribedWorkteam.Builder |
workteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the vendor that you have subscribed.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SubscribedWorkteam.Builder workteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the vendor that you have subscribed.
workteamArn
- The Amazon Resource Name (ARN) of the vendor that you have subscribed.SubscribedWorkteam.Builder marketplaceTitle(String marketplaceTitle)
The title of the service provided by the vendor in the Amazon Marketplace.
marketplaceTitle
- The title of the service provided by the vendor in the Amazon Marketplace.SubscribedWorkteam.Builder sellerName(String sellerName)
The name of the vendor in the Amazon Marketplace.
sellerName
- The name of the vendor in the Amazon Marketplace.SubscribedWorkteam.Builder marketplaceDescription(String marketplaceDescription)
The description of the vendor from the Amazon Marketplace.
marketplaceDescription
- The description of the vendor from the Amazon Marketplace.SubscribedWorkteam.Builder listingId(String listingId)
Marketplace product listing ID.
listingId
- Marketplace product listing ID.Copyright © 2021. All rights reserved.