Interface DescribeProductResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeProductResponse.Builder,
,DescribeProductResponse> SdkBuilder<DescribeProductResponse.Builder,
,DescribeProductResponse> SdkPojo
,SdkResponse.Builder
,ServiceCatalogResponse.Builder
- Enclosing class:
DescribeProductResponse
-
Method Summary
Modifier and TypeMethodDescriptionbudgets
(Collection<BudgetDetail> budgets) Information about the associated budgets.budgets
(Consumer<BudgetDetail.Builder>... budgets) Information about the associated budgets.budgets
(BudgetDetail... budgets) Information about the associated budgets.launchPaths
(Collection<LaunchPath> launchPaths) Information about the associated launch paths.launchPaths
(Consumer<LaunchPath.Builder>... launchPaths) Information about the associated launch paths.launchPaths
(LaunchPath... launchPaths) Information about the associated launch paths.default DescribeProductResponse.Builder
productViewSummary
(Consumer<ProductViewSummary.Builder> productViewSummary) Summary information about the product view.productViewSummary
(ProductViewSummary productViewSummary) Summary information about the product view.provisioningArtifacts
(Collection<ProvisioningArtifact> provisioningArtifacts) Information about the provisioning artifacts for the specified product.provisioningArtifacts
(Consumer<ProvisioningArtifact.Builder>... provisioningArtifacts) Information about the provisioning artifacts for the specified product.provisioningArtifacts
(ProvisioningArtifact... provisioningArtifacts) Information about the provisioning artifacts for the specified 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 view.
- Parameters:
productViewSummary
- Summary information about the product view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productViewSummary
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 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
DescribeProductResponse.Builder provisioningArtifacts(Collection<ProvisioningArtifact> provisioningArtifacts) Information about the provisioning artifacts for the specified product.
- Parameters:
provisioningArtifacts
- Information about the provisioning artifacts for the specified product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningArtifacts
DescribeProductResponse.Builder provisioningArtifacts(ProvisioningArtifact... provisioningArtifacts) Information about the provisioning artifacts for the specified product.
- Parameters:
provisioningArtifacts
- Information about the provisioning artifacts for the specified product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningArtifacts
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 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:
-
budgets
Information about the associated budgets.
- Parameters:
budgets
- Information about the associated budgets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
budgets
Information about the associated budgets.
- Parameters:
budgets
- Information about the associated budgets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaBudgetDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tobudgets(List<BudgetDetail>)
.- Parameters:
budgets
- a consumer that will call methods onBudgetDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
launchPaths
Information about the associated launch paths.
- Parameters:
launchPaths
- Information about the associated launch paths.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
launchPaths
Information about the associated launch paths.
- Parameters:
launchPaths
- Information about the associated launch paths.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaLaunchPath.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolaunchPaths(List<LaunchPath>)
.- Parameters:
launchPaths
- a consumer that will call methods onLaunchPath.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-