public static interface ProductViewSummary.Builder extends SdkPojo, CopyableBuilder<ProductViewSummary.Builder,ProductViewSummary>
Modifier and Type | Method and Description |
---|---|
ProductViewSummary.Builder |
distributor(String distributor)
The distributor of the product.
|
ProductViewSummary.Builder |
hasDefaultPath(Boolean hasDefaultPath)
Indicates whether the product has a default path.
|
ProductViewSummary.Builder |
id(String id)
The product view identifier.
|
ProductViewSummary.Builder |
name(String name)
The name of the product.
|
ProductViewSummary.Builder |
owner(String owner)
The owner of the product.
|
ProductViewSummary.Builder |
productId(String productId)
The product identifier.
|
ProductViewSummary.Builder |
shortDescription(String shortDescription)
Short description of the product.
|
ProductViewSummary.Builder |
supportDescription(String supportDescription)
The description of the support for this Product.
|
ProductViewSummary.Builder |
supportEmail(String supportEmail)
The email contact information to obtain support for this Product.
|
ProductViewSummary.Builder |
supportUrl(String supportUrl)
The URL information to obtain support for this Product.
|
ProductViewSummary.Builder |
type(ProductType type)
The product type.
|
ProductViewSummary.Builder |
type(String type)
The product type.
|
copy
applyMutation, build
ProductViewSummary.Builder id(String id)
The product view identifier.
id
- The product view identifier.ProductViewSummary.Builder productId(String productId)
The product identifier.
productId
- The product identifier.ProductViewSummary.Builder name(String name)
The name of the product.
name
- The name of the product.ProductViewSummary.Builder owner(String owner)
The owner of the product. Contact the product administrator for the significance of this value.
owner
- The owner of the product. Contact the product administrator for the significance of this value.ProductViewSummary.Builder shortDescription(String shortDescription)
Short description of the product.
shortDescription
- Short description of the product.ProductViewSummary.Builder type(String type)
The product type. Contact the product administrator for the significance of this value. If this value is
MARKETPLACE
, the product was created by AWS Marketplace.
type
- The product type. Contact the product administrator for the significance of this value. If this value
is MARKETPLACE
, the product was created by AWS Marketplace.ProductType
,
ProductType
ProductViewSummary.Builder type(ProductType type)
The product type. Contact the product administrator for the significance of this value. If this value is
MARKETPLACE
, the product was created by AWS Marketplace.
type
- The product type. Contact the product administrator for the significance of this value. If this value
is MARKETPLACE
, the product was created by AWS Marketplace.ProductType
,
ProductType
ProductViewSummary.Builder distributor(String distributor)
The distributor of the product. Contact the product administrator for the significance of this value.
distributor
- The distributor of the product. Contact the product administrator for the significance of this value.ProductViewSummary.Builder hasDefaultPath(Boolean hasDefaultPath)
Indicates whether the product has a default path. If the product does not have a default path, call ListLaunchPaths to disambiguate between paths. Otherwise, ListLaunchPaths is not required, and the output of ProductViewSummary can be used directly with DescribeProvisioningParameters.
hasDefaultPath
- Indicates whether the product has a default path. If the product does not have a default path, call
ListLaunchPaths to disambiguate between paths. Otherwise, ListLaunchPaths is not
required, and the output of ProductViewSummary can be used directly with
DescribeProvisioningParameters.ProductViewSummary.Builder supportEmail(String supportEmail)
The email contact information to obtain support for this Product.
supportEmail
- The email contact information to obtain support for this Product.ProductViewSummary.Builder supportDescription(String supportDescription)
The description of the support for this Product.
supportDescription
- The description of the support for this Product.ProductViewSummary.Builder supportUrl(String supportUrl)
The URL information to obtain support for this Product.
supportUrl
- The URL information to obtain support for this Product.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.