Interface CreateProductResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateProductResponse.Builder,
,CreateProductResponse> SdkBuilder<CreateProductResponse.Builder,
,CreateProductResponse> SdkPojo
,SdkResponse.Builder
,ServiceCatalogResponse.Builder
- Enclosing class:
CreateProductResponse
-
Method Summary
Modifier and TypeMethodDescriptiondefault CreateProductResponse.Builder
productViewDetail
(Consumer<ProductViewDetail.Builder> productViewDetail) Information about the product view.productViewDetail
(ProductViewDetail productViewDetail) Information about the product view.default CreateProductResponse.Builder
provisioningArtifactDetail
(Consumer<ProvisioningArtifactDetail.Builder> provisioningArtifactDetail) Information about the provisioning artifact.provisioningArtifactDetail
(ProvisioningArtifactDetail provisioningArtifactDetail) Information about the provisioning artifact.tags
(Collection<Tag> tags) Information about the tags associated with the product.tags
(Consumer<Tag.Builder>... tags) Information about the tags associated with the product.Information about the tags associated with the product.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
productViewDetail
Information about the product view.
- Parameters:
productViewDetail
- Information about the product view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productViewDetail
default CreateProductResponse.Builder productViewDetail(Consumer<ProductViewDetail.Builder> productViewDetail) Information about the product view.
This is a convenience method that creates an instance of theProductViewDetail.Builder
avoiding the need to create one manually viaProductViewDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toproductViewDetail(ProductViewDetail)
.- Parameters:
productViewDetail
- a consumer that will call methods onProductViewDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
provisioningArtifactDetail
CreateProductResponse.Builder provisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail) Information about the provisioning artifact.
- Parameters:
provisioningArtifactDetail
- Information about the provisioning artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningArtifactDetail
default CreateProductResponse.Builder provisioningArtifactDetail(Consumer<ProvisioningArtifactDetail.Builder> provisioningArtifactDetail) Information about the provisioning artifact.
This is a convenience method that creates an instance of theProvisioningArtifactDetail.Builder
avoiding the need to create one manually viaProvisioningArtifactDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprovisioningArtifactDetail(ProvisioningArtifactDetail)
.- Parameters:
provisioningArtifactDetail
- a consumer that will call methods onProvisioningArtifactDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
Information about the tags associated with the product.
- Parameters:
tags
- Information about the tags associated with the product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Information about the tags associated with the product.
- Parameters:
tags
- Information about the tags associated with the product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Information about the tags associated with the product.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-