CopyableBuilder<CreateProductResponse.Builder,CreateProductResponse>, SdkBuilder<CreateProductResponse.Builder,CreateProductResponse>public static interface CreateProductResponse.Builder extends CopyableBuilder<CreateProductResponse.Builder,CreateProductResponse>
| Modifier and Type | Method | Description |
|---|---|---|
CreateProductResponse.Builder |
productViewDetail(ProductViewDetail productViewDetail) |
The resulting detailed product view information.
|
CreateProductResponse.Builder |
provisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail) |
The resulting detailed provisioning artifact information.
|
CreateProductResponse.Builder |
tags(Collection<Tag> tags) |
Tags successfully associated with the new product.
|
CreateProductResponse.Builder |
tags(Tag... tags) |
Tags successfully associated with the new product.
|
copyapply, buildCreateProductResponse.Builder productViewDetail(ProductViewDetail productViewDetail)
The resulting detailed product view information.
productViewDetail - The resulting detailed product view information.CreateProductResponse.Builder provisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail)
The resulting detailed provisioning artifact information.
provisioningArtifactDetail - The resulting detailed provisioning artifact information.CreateProductResponse.Builder tags(Collection<Tag> tags)
Tags successfully associated with the new product.
tags - Tags successfully associated with the new product.CreateProductResponse.Builder tags(Tag... tags)
Tags successfully associated with the new product.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection) or #withTags(java.util.Collection) if you want to override the
existing values.
tags - Tags successfully associated with the new product.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.