Interface MarketplaceInformation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MarketplaceInformation.Builder,MarketplaceInformation>,SdkBuilder<MarketplaceInformation.Builder,MarketplaceInformation>,SdkPojo
- Enclosing class:
- MarketplaceInformation
public static interface MarketplaceInformation.Builder extends SdkPojo, CopyableBuilder<MarketplaceInformation.Builder,MarketplaceInformation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MarketplaceInformation.BuilderproductId(String productId)The product ID from the Amazon Web Services Marketplace.MarketplaceInformation.BuilderproductUrl(String productUrl)The product URL from the Amazon Web Services Marketplace.-
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
-
productId
MarketplaceInformation.Builder productId(String productId)
The product ID from the Amazon Web Services Marketplace.
- Parameters:
productId- The product ID from the Amazon Web Services Marketplace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productUrl
MarketplaceInformation.Builder productUrl(String productUrl)
The product URL from the Amazon Web Services Marketplace.
- Parameters:
productUrl- The product URL from the Amazon Web Services Marketplace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-