public static interface DescribeProductResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<DescribeProductResponse.Builder,DescribeProductResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeProductResponse.Builder |
budgets(BudgetDetail... budgets)
Information about the associated budgets.
|
DescribeProductResponse.Builder |
budgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
DescribeProductResponse.Builder |
budgets(Consumer<BudgetDetail.Builder>... budgets)
Information about the associated budgets.
|
DescribeProductResponse.Builder |
launchPaths(Collection<LaunchPath> launchPaths)
Information about the associated launch paths.
|
DescribeProductResponse.Builder |
launchPaths(Consumer<LaunchPath.Builder>... launchPaths)
Information about the associated launch paths.
|
DescribeProductResponse.Builder |
launchPaths(LaunchPath... launchPaths)
Information about the associated launch paths.
|
default DescribeProductResponse.Builder |
productViewSummary(Consumer<ProductViewSummary.Builder> productViewSummary)
Summary information about the product view.
|
DescribeProductResponse.Builder |
productViewSummary(ProductViewSummary productViewSummary)
Summary information about the product view.
|
DescribeProductResponse.Builder |
provisioningArtifacts(Collection<ProvisioningArtifact> provisioningArtifacts)
Information about the provisioning artifacts for the specified product.
|
DescribeProductResponse.Builder |
provisioningArtifacts(Consumer<ProvisioningArtifact.Builder>... provisioningArtifacts)
Information about the provisioning artifacts for the specified product.
|
DescribeProductResponse.Builder |
provisioningArtifacts(ProvisioningArtifact... provisioningArtifacts)
Information about the provisioning artifacts for the specified product.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProductResponse.Builder productViewSummary(ProductViewSummary productViewSummary)
Summary information about the product view.
productViewSummary - Summary information about the product view.default DescribeProductResponse.Builder productViewSummary(Consumer<ProductViewSummary.Builder> productViewSummary)
Summary information about the product view.
This is a convenience method that creates an instance of theProductViewSummary.Builder avoiding the
need to create one manually via ProductViewSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to productViewSummary(ProductViewSummary).
productViewSummary - a consumer that will call methods on ProductViewSummary.BuilderproductViewSummary(ProductViewSummary)DescribeProductResponse.Builder provisioningArtifacts(Collection<ProvisioningArtifact> provisioningArtifacts)
Information about the provisioning artifacts for the specified product.
provisioningArtifacts - Information about the provisioning artifacts for the specified product.DescribeProductResponse.Builder provisioningArtifacts(ProvisioningArtifact... provisioningArtifacts)
Information about the provisioning artifacts for the specified product.
provisioningArtifacts - Information about the provisioning artifacts for the specified product.DescribeProductResponse.Builder provisioningArtifacts(Consumer<ProvisioningArtifact.Builder>... provisioningArtifacts)
Information about the provisioning artifacts for the specified product.
This is a convenience method that creates an instance of theProvisioningArtifact.Builder avoiding the need
to create one manually via
ProvisioningArtifact.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #provisioningArtifacts(List.
provisioningArtifacts - a consumer that will call methods on
ProvisioningArtifact.Builder#provisioningArtifacts(java.util.Collection) DescribeProductResponse.Builder budgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
budgets - Information about the associated budgets.DescribeProductResponse.Builder budgets(BudgetDetail... budgets)
Information about the associated budgets.
budgets - Information about the associated budgets.DescribeProductResponse.Builder budgets(Consumer<BudgetDetail.Builder>... budgets)
Information about the associated budgets.
This is a convenience method that creates an instance of theBudgetDetail.Builder avoiding the need to create
one manually via BudgetDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #budgets(List.
budgets - a consumer that will call methods on
BudgetDetail.Builder#budgets(java.util.Collection) DescribeProductResponse.Builder launchPaths(Collection<LaunchPath> launchPaths)
Information about the associated launch paths.
launchPaths - Information about the associated launch paths.DescribeProductResponse.Builder launchPaths(LaunchPath... launchPaths)
Information about the associated launch paths.
launchPaths - Information about the associated launch paths.DescribeProductResponse.Builder launchPaths(Consumer<LaunchPath.Builder>... launchPaths)
Information about the associated launch paths.
This is a convenience method that creates an instance of theLaunchPath.Builder avoiding the need to create
one manually via LaunchPath.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #launchPaths(List.
launchPaths - a consumer that will call methods on
LaunchPath.Builder#launchPaths(java.util.Collection) Copyright © 2023. All rights reserved.