public static interface CreateProductResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<CreateProductResponse.Builder,CreateProductResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateProductResponse.Builder |
productViewDetail(Consumer<ProductViewDetail.Builder> productViewDetail)
Information about the product view.
|
CreateProductResponse.Builder |
productViewDetail(ProductViewDetail productViewDetail)
Information about the product view.
|
default CreateProductResponse.Builder |
provisioningArtifactDetail(Consumer<ProvisioningArtifactDetail.Builder> provisioningArtifactDetail)
Information about the provisioning artifact.
|
CreateProductResponse.Builder |
provisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail)
Information about the provisioning artifact.
|
CreateProductResponse.Builder |
tags(Collection<Tag> tags)
Information about the tags associated with the product.
|
CreateProductResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
Information about the tags associated with the product.
|
CreateProductResponse.Builder |
tags(Tag... tags)
Information about the tags associated with the product.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateProductResponse.Builder productViewDetail(ProductViewDetail productViewDetail)
Information about the product view.
productViewDetail - Information about the product view.default CreateProductResponse.Builder productViewDetail(Consumer<ProductViewDetail.Builder> productViewDetail)
Information about the product view.
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)
Information about the provisioning artifact.
provisioningArtifactDetail - Information about the provisioning artifact.default CreateProductResponse.Builder provisioningArtifactDetail(Consumer<ProvisioningArtifactDetail.Builder> provisioningArtifactDetail)
Information about the provisioning artifact.
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)
Information about the tags associated with the product.
tags - Information about the tags associated with the product.CreateProductResponse.Builder tags(Tag... tags)
Information about the tags associated with the product.
tags - Information about the tags associated with the product.CreateProductResponse.Builder tags(Consumer<Tag.Builder>... tags)
Information about the tags associated with the 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.