Interface DescribeProductViewResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeProductViewResponse.Builder,
,DescribeProductViewResponse> SdkBuilder<DescribeProductViewResponse.Builder,
,DescribeProductViewResponse> SdkPojo
,SdkResponse.Builder
,ServiceCatalogResponse.Builder
- Enclosing class:
DescribeProductViewResponse
public static interface DescribeProductViewResponse.Builder
extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<DescribeProductViewResponse.Builder,DescribeProductViewResponse>
-
Method Summary
Modifier and TypeMethodDescriptionproductViewSummary
(Consumer<ProductViewSummary.Builder> productViewSummary) Summary information about the product.productViewSummary
(ProductViewSummary productViewSummary) Summary information about the product.provisioningArtifacts
(Collection<ProvisioningArtifact> provisioningArtifacts) Information about the provisioning artifacts for the product.provisioningArtifacts
(Consumer<ProvisioningArtifact.Builder>... provisioningArtifacts) Information about the provisioning artifacts for the product.provisioningArtifacts
(ProvisioningArtifact... provisioningArtifacts) Information about the provisioning artifacts for 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
-
productViewSummary
Summary information about the product.
- Parameters:
productViewSummary
- Summary information about the product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productViewSummary
default DescribeProductViewResponse.Builder productViewSummary(Consumer<ProductViewSummary.Builder> productViewSummary) Summary information about the product.
This is a convenience method that creates an instance of theProductViewSummary.Builder
avoiding the need to create one manually viaProductViewSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toproductViewSummary(ProductViewSummary)
.- Parameters:
productViewSummary
- a consumer that will call methods onProductViewSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
provisioningArtifacts
DescribeProductViewResponse.Builder provisioningArtifacts(Collection<ProvisioningArtifact> provisioningArtifacts) Information about the provisioning artifacts for the product.
- Parameters:
provisioningArtifacts
- Information about the provisioning artifacts for the product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningArtifacts
DescribeProductViewResponse.Builder provisioningArtifacts(ProvisioningArtifact... provisioningArtifacts) Information about the provisioning artifacts for the product.
- Parameters:
provisioningArtifacts
- Information about the provisioning artifacts for the product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningArtifacts
DescribeProductViewResponse.Builder provisioningArtifacts(Consumer<ProvisioningArtifact.Builder>... provisioningArtifacts) Information about the provisioning artifacts for the product.
This is a convenience method that creates an instance of theProvisioningArtifact.Builder
avoiding the need to create one manually viaProvisioningArtifact.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprovisioningArtifacts(List<ProvisioningArtifact>)
.- Parameters:
provisioningArtifacts
- a consumer that will call methods onProvisioningArtifact.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-