public static interface CreateProductResponse.Builder extends ServiceCatalogResponse.Builder, CopyableBuilder<CreateProductResponse.Builder,CreateProductResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateProductResponse.Builder |
productViewDetail(Consumer<ProductViewDetail.Builder> productViewDetail)
The resulting detailed product view information.
|
CreateProductResponse.Builder |
productViewDetail(ProductViewDetail productViewDetail)
The resulting detailed product view information.
|
default CreateProductResponse.Builder |
provisioningArtifactDetail(Consumer<ProvisioningArtifactDetail.Builder> provisioningArtifactDetail)
The resulting detailed provisioning artifact 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(Consumer<Tag.Builder>... tags)
Tags successfully associated with the new product.
|
CreateProductResponse.Builder |
tags(Tag... tags)
Tags successfully associated with the new product.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateProductResponse.Builder productViewDetail(ProductViewDetail productViewDetail)
The resulting detailed product view information.
productViewDetail - The resulting detailed product view information.default CreateProductResponse.Builder productViewDetail(Consumer<ProductViewDetail.Builder> productViewDetail)
The resulting detailed product view information.
This is a convenience that creates an instance of theProductViewDetail.Builder avoiding the need to
create one manually via ProductViewDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to productViewDetail(ProductViewDetail).productViewDetail - a consumer that will call methods on ProductViewDetail.BuilderproductViewDetail(ProductViewDetail)CreateProductResponse.Builder provisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail)
The resulting detailed provisioning artifact information.
provisioningArtifactDetail - The resulting detailed provisioning artifact information.default CreateProductResponse.Builder provisioningArtifactDetail(Consumer<ProvisioningArtifactDetail.Builder> provisioningArtifactDetail)
The resulting detailed provisioning artifact information.
This is a convenience that creates an instance of theProvisioningArtifactDetail.Builder avoiding the
need to create one manually via ProvisioningArtifactDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to provisioningArtifactDetail(ProvisioningArtifactDetail).provisioningArtifactDetail - a consumer that will call methods on ProvisioningArtifactDetail.BuilderprovisioningArtifactDetail(ProvisioningArtifactDetail)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.
tags - Tags successfully associated with the new product.CreateProductResponse.Builder tags(Consumer<Tag.Builder>... tags)
Tags successfully associated with the new product.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.