Interface SubscribedWorkteam.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<SubscribedWorkteam.Builder,SubscribedWorkteam>
,SdkBuilder<SubscribedWorkteam.Builder,SubscribedWorkteam>
,SdkPojo
- Enclosing class:
- SubscribedWorkteam
public static interface SubscribedWorkteam.Builder extends SdkPojo, CopyableBuilder<SubscribedWorkteam.Builder,SubscribedWorkteam>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
workteamArn
SubscribedWorkteam.Builder workteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the vendor that you have subscribed.
- Parameters:
workteamArn
- The Amazon Resource Name (ARN) of the vendor that you have subscribed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marketplaceTitle
SubscribedWorkteam.Builder marketplaceTitle(String marketplaceTitle)
The title of the service provided by the vendor in the Amazon Marketplace.
- Parameters:
marketplaceTitle
- The title of the service provided by the vendor in the Amazon Marketplace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sellerName
SubscribedWorkteam.Builder sellerName(String sellerName)
The name of the vendor in the Amazon Marketplace.
- Parameters:
sellerName
- The name of the vendor in the Amazon Marketplace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marketplaceDescription
SubscribedWorkteam.Builder marketplaceDescription(String marketplaceDescription)
The description of the vendor from the Amazon Marketplace.
- Parameters:
marketplaceDescription
- The description of the vendor from the Amazon Marketplace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listingId
SubscribedWorkteam.Builder listingId(String listingId)
Marketplace product listing ID.
- Parameters:
listingId
- Marketplace product listing ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-