CopyableBuilder<DescribeProductResponse.Builder,DescribeProductResponse>, SdkBuilder<DescribeProductResponse.Builder,DescribeProductResponse>public static interface DescribeProductResponse.Builder extends CopyableBuilder<DescribeProductResponse.Builder,DescribeProductResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeProductResponse.Builder |
productViewSummary(ProductViewSummary productViewSummary) |
The summary metadata about the specified product.
|
DescribeProductResponse.Builder |
provisioningArtifacts(Collection<ProvisioningArtifact> provisioningArtifacts) |
A list of provisioning artifact objects for the specified product.
|
DescribeProductResponse.Builder |
provisioningArtifacts(ProvisioningArtifact... provisioningArtifacts) |
A list of provisioning artifact objects for the specified product.
|
copyapply, buildDescribeProductResponse.Builder productViewSummary(ProductViewSummary productViewSummary)
The summary metadata about the specified product.
productViewSummary - The summary metadata about the specified product.DescribeProductResponse.Builder provisioningArtifacts(Collection<ProvisioningArtifact> provisioningArtifacts)
A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts
parameter represent the ways the specified product can be provisioned.
provisioningArtifacts - A list of provisioning artifact objects for the specified product. The
ProvisioningArtifacts parameter represent the ways the specified product can be
provisioned.DescribeProductResponse.Builder provisioningArtifacts(ProvisioningArtifact... provisioningArtifacts)
A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts
parameter represent the ways the specified product can be provisioned.
NOTE: This method appends the values to the existing list (if any). Use
#setProvisioningArtifacts(java.util.Collection) or
#withProvisioningArtifacts(java.util.Collection) if you want to override the existing values.
provisioningArtifacts - A list of provisioning artifact objects for the specified product. The
ProvisioningArtifacts parameter represent the ways the specified product can be
provisioned.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.