Interface DescribeProductViewResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeProductViewResponse.Builder,,- DescribeProductViewResponse> - SdkBuilder<DescribeProductViewResponse.Builder,,- DescribeProductViewResponse> - SdkPojo,- SdkResponse.Builder,- ServiceCatalogResponse.Builder
- Enclosing class:
- DescribeProductViewResponse
@Mutable
@NotThreadSafe
public static interface DescribeProductViewResponse.Builder
extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<DescribeProductViewResponse.Builder,DescribeProductViewResponse> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
productViewSummarySummary 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.
 
- 
productViewSummarydefault DescribeProductViewResponse.Builder productViewSummary(Consumer<ProductViewSummary.Builder> productViewSummary) Summary information about the product. This is a convenience method that creates an instance of theProductViewSummary.Builderavoiding the need to create one manually viaProductViewSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toproductViewSummary(ProductViewSummary).- Parameters:
- productViewSummary- a consumer that will call methods on- ProductViewSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
provisioningArtifactsDescribeProductViewResponse.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.
 
- 
provisioningArtifactsDescribeProductViewResponse.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.
 
- 
provisioningArtifactsDescribeProductViewResponse.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.Builderavoiding the need to create one manually viaProvisioningArtifact.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprovisioningArtifacts(List<ProvisioningArtifact>).- Parameters:
- provisioningArtifacts- a consumer that will call methods on- ProvisioningArtifact.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-