Interface DescribeProductAsAdminResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeProductAsAdminResponse.Builder,DescribeProductAsAdminResponse>,SdkBuilder<DescribeProductAsAdminResponse.Builder,DescribeProductAsAdminResponse>,SdkPojo,SdkResponse.Builder,ServiceCatalogResponse.Builder
- Enclosing class:
- DescribeProductAsAdminResponse
public static interface DescribeProductAsAdminResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<DescribeProductAsAdminResponse.Builder,DescribeProductAsAdminResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeProductAsAdminResponse.Builderbudgets(Collection<BudgetDetail> budgets)Information about the associated budgets.DescribeProductAsAdminResponse.Builderbudgets(Consumer<BudgetDetail.Builder>... budgets)Information about the associated budgets.DescribeProductAsAdminResponse.Builderbudgets(BudgetDetail... budgets)Information about the associated budgets.default DescribeProductAsAdminResponse.BuilderproductViewDetail(Consumer<ProductViewDetail.Builder> productViewDetail)Information about the product view.DescribeProductAsAdminResponse.BuilderproductViewDetail(ProductViewDetail productViewDetail)Information about the product view.DescribeProductAsAdminResponse.BuilderprovisioningArtifactSummaries(Collection<ProvisioningArtifactSummary> provisioningArtifactSummaries)Information about the provisioning artifacts (also known as versions) for the specified product.DescribeProductAsAdminResponse.BuilderprovisioningArtifactSummaries(Consumer<ProvisioningArtifactSummary.Builder>... provisioningArtifactSummaries)Information about the provisioning artifacts (also known as versions) for the specified product.DescribeProductAsAdminResponse.BuilderprovisioningArtifactSummaries(ProvisioningArtifactSummary... provisioningArtifactSummaries)Information about the provisioning artifacts (also known as versions) for the specified product.DescribeProductAsAdminResponse.BuildertagOptions(Collection<TagOptionDetail> tagOptions)Information about the TagOptions associated with the product.DescribeProductAsAdminResponse.BuildertagOptions(Consumer<TagOptionDetail.Builder>... tagOptions)Information about the TagOptions associated with the product.DescribeProductAsAdminResponse.BuildertagOptions(TagOptionDetail... tagOptions)Information about the TagOptions associated with the product.DescribeProductAsAdminResponse.Buildertags(Collection<Tag> tags)Information about the tags associated with the product.DescribeProductAsAdminResponse.Buildertags(Consumer<Tag.Builder>... tags)Information about the tags associated with the product.DescribeProductAsAdminResponse.Buildertags(Tag... tags)Information about the tags associated with 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 Detail
-
productViewDetail
DescribeProductAsAdminResponse.Builder productViewDetail(ProductViewDetail productViewDetail)
Information about the product view.
- Parameters:
productViewDetail- Information about the product view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productViewDetail
default DescribeProductAsAdminResponse.Builder productViewDetail(Consumer<ProductViewDetail.Builder> productViewDetail)
Information about the product view.
This is a convenience method that creates an instance of theProductViewDetail.Builderavoiding the need to create one manually viaProductViewDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toproductViewDetail(ProductViewDetail).- Parameters:
productViewDetail- a consumer that will call methods onProductViewDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
productViewDetail(ProductViewDetail)
-
provisioningArtifactSummaries
DescribeProductAsAdminResponse.Builder provisioningArtifactSummaries(Collection<ProvisioningArtifactSummary> provisioningArtifactSummaries)
Information about the provisioning artifacts (also known as versions) for the specified product.
- Parameters:
provisioningArtifactSummaries- Information about the provisioning artifacts (also known as versions) for the specified product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningArtifactSummaries
DescribeProductAsAdminResponse.Builder provisioningArtifactSummaries(ProvisioningArtifactSummary... provisioningArtifactSummaries)
Information about the provisioning artifacts (also known as versions) for the specified product.
- Parameters:
provisioningArtifactSummaries- Information about the provisioning artifacts (also known as versions) for the specified product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningArtifactSummaries
DescribeProductAsAdminResponse.Builder provisioningArtifactSummaries(Consumer<ProvisioningArtifactSummary.Builder>... provisioningArtifactSummaries)
Information about the provisioning artifacts (also known as versions) for the specified product.
This is a convenience method that creates an instance of theProvisioningArtifactSummary.Builderavoiding the need to create one manually viaProvisioningArtifactSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#provisioningArtifactSummaries(List.) - Parameters:
provisioningArtifactSummaries- a consumer that will call methods onProvisioningArtifactSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#provisioningArtifactSummaries(java.util.Collection)
-
tags
DescribeProductAsAdminResponse.Builder tags(Collection<Tag> tags)
Information about the tags associated with the product.
- Parameters:
tags- Information about the tags associated with the product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
DescribeProductAsAdminResponse.Builder tags(Tag... tags)
Information about the tags associated with the product.
- Parameters:
tags- Information about the tags associated with the product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
DescribeProductAsAdminResponse.Builder tags(Consumer<Tag.Builder>... tags)
Information about the tags associated with the product.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
tagOptions
DescribeProductAsAdminResponse.Builder tagOptions(Collection<TagOptionDetail> tagOptions)
Information about the TagOptions associated with the product.
- Parameters:
tagOptions- Information about the TagOptions associated with the product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagOptions
DescribeProductAsAdminResponse.Builder tagOptions(TagOptionDetail... tagOptions)
Information about the TagOptions associated with the product.
- Parameters:
tagOptions- Information about the TagOptions associated with the product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagOptions
DescribeProductAsAdminResponse.Builder tagOptions(Consumer<TagOptionDetail.Builder>... tagOptions)
Information about the TagOptions associated with the product.
This is a convenience method that creates an instance of theTagOptionDetail.Builderavoiding the need to create one manually viaTagOptionDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tagOptions(List.) - Parameters:
tagOptions- a consumer that will call methods onTagOptionDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tagOptions(java.util.Collection)
-
budgets
DescribeProductAsAdminResponse.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
DescribeProductAsAdminResponse.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
DescribeProductAsAdminResponse.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)
-
-