Interface DescribeProductResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeProductResponse.Builder,DescribeProductResponse>,SdkBuilder<DescribeProductResponse.Builder,DescribeProductResponse>,SdkPojo,SdkResponse.Builder,ServiceCatalogResponse.Builder
- Enclosing class:
- DescribeProductResponse
public static interface DescribeProductResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<DescribeProductResponse.Builder,DescribeProductResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeProductResponse.Builderbudgets(Collection<BudgetDetail> budgets)Information about the associated budgets.DescribeProductResponse.Builderbudgets(Consumer<BudgetDetail.Builder>... budgets)Information about the associated budgets.DescribeProductResponse.Builderbudgets(BudgetDetail... budgets)Information about the associated budgets.DescribeProductResponse.BuilderlaunchPaths(Collection<LaunchPath> launchPaths)Information about the associated launch paths.DescribeProductResponse.BuilderlaunchPaths(Consumer<LaunchPath.Builder>... launchPaths)Information about the associated launch paths.DescribeProductResponse.BuilderlaunchPaths(LaunchPath... launchPaths)Information about the associated launch paths.default DescribeProductResponse.BuilderproductViewSummary(Consumer<ProductViewSummary.Builder> productViewSummary)Summary information about the product view.DescribeProductResponse.BuilderproductViewSummary(ProductViewSummary productViewSummary)Summary information about the product view.DescribeProductResponse.BuilderprovisioningArtifacts(Collection<ProvisioningArtifact> provisioningArtifacts)Information about the provisioning artifacts for the specified product.DescribeProductResponse.BuilderprovisioningArtifacts(Consumer<ProvisioningArtifact.Builder>... provisioningArtifacts)Information about the provisioning artifacts for the specified product.DescribeProductResponse.BuilderprovisioningArtifacts(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, sdkFieldNameToField, 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 Detail
-
productViewSummary
DescribeProductResponse.Builder productViewSummary(ProductViewSummary 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.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 onProductViewSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
productViewSummary(ProductViewSummary)
-
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.Builderavoiding the need to create one manually viaProvisioningArtifact.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#provisioningArtifacts(List.) - 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:
#provisioningArtifacts(java.util.Collection)
-
budgets
DescribeProductResponse.Builder budgets(Collection<BudgetDetail> 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
DescribeProductResponse.Builder budgets(BudgetDetail... 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
DescribeProductResponse.Builder budgets(Consumer<BudgetDetail.Builder>... budgets)
Information about the associated budgets.
This is a convenience method that creates an instance of theBudgetDetail.Builderavoiding the need to create one manually viaBudgetDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#budgets(List.) - 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:
#budgets(java.util.Collection)
-
launchPaths
DescribeProductResponse.Builder launchPaths(Collection<LaunchPath> 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
DescribeProductResponse.Builder launchPaths(LaunchPath... 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
DescribeProductResponse.Builder launchPaths(Consumer<LaunchPath.Builder>... launchPaths)
Information about the associated launch paths.
This is a convenience method that creates an instance of theLaunchPath.Builderavoiding the need to create one manually viaLaunchPath.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#launchPaths(List.) - 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:
#launchPaths(java.util.Collection)
-
-