Interface DescribePortfolioResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribePortfolioResponse.Builder,DescribePortfolioResponse>,SdkBuilder<DescribePortfolioResponse.Builder,DescribePortfolioResponse>,SdkPojo,SdkResponse.Builder,ServiceCatalogResponse.Builder
- Enclosing class:
- DescribePortfolioResponse
public static interface DescribePortfolioResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<DescribePortfolioResponse.Builder,DescribePortfolioResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribePortfolioResponse.Builderbudgets(Collection<BudgetDetail> budgets)Information about the associated budgets.DescribePortfolioResponse.Builderbudgets(Consumer<BudgetDetail.Builder>... budgets)Information about the associated budgets.DescribePortfolioResponse.Builderbudgets(BudgetDetail... budgets)Information about the associated budgets.default DescribePortfolioResponse.BuilderportfolioDetail(Consumer<PortfolioDetail.Builder> portfolioDetail)Information about the portfolio.DescribePortfolioResponse.BuilderportfolioDetail(PortfolioDetail portfolioDetail)Information about the portfolio.DescribePortfolioResponse.BuildertagOptions(Collection<TagOptionDetail> tagOptions)Information about the TagOptions associated with the portfolio.DescribePortfolioResponse.BuildertagOptions(Consumer<TagOptionDetail.Builder>... tagOptions)Information about the TagOptions associated with the portfolio.DescribePortfolioResponse.BuildertagOptions(TagOptionDetail... tagOptions)Information about the TagOptions associated with the portfolio.DescribePortfolioResponse.Buildertags(Collection<Tag> tags)Information about the tags associated with the portfolio.DescribePortfolioResponse.Buildertags(Consumer<Tag.Builder>... tags)Information about the tags associated with the portfolio.DescribePortfolioResponse.Buildertags(Tag... tags)Information about the tags associated with the portfolio.-
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
-
portfolioDetail
DescribePortfolioResponse.Builder portfolioDetail(PortfolioDetail portfolioDetail)
Information about the portfolio.
- Parameters:
portfolioDetail- Information about the portfolio.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portfolioDetail
default DescribePortfolioResponse.Builder portfolioDetail(Consumer<PortfolioDetail.Builder> portfolioDetail)
Information about the portfolio.
This is a convenience method that creates an instance of thePortfolioDetail.Builderavoiding the need to create one manually viaPortfolioDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toportfolioDetail(PortfolioDetail).- Parameters:
portfolioDetail- a consumer that will call methods onPortfolioDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
portfolioDetail(PortfolioDetail)
-
tags
DescribePortfolioResponse.Builder tags(Collection<Tag> tags)
Information about the tags associated with the portfolio.
- Parameters:
tags- Information about the tags associated with the portfolio.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
DescribePortfolioResponse.Builder tags(Tag... tags)
Information about the tags associated with the portfolio.
- Parameters:
tags- Information about the tags associated with the portfolio.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
DescribePortfolioResponse.Builder tags(Consumer<Tag.Builder>... tags)
Information about the tags associated with the portfolio.
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
DescribePortfolioResponse.Builder tagOptions(Collection<TagOptionDetail> tagOptions)
Information about the TagOptions associated with the portfolio.
- Parameters:
tagOptions- Information about the TagOptions associated with the portfolio.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagOptions
DescribePortfolioResponse.Builder tagOptions(TagOptionDetail... tagOptions)
Information about the TagOptions associated with the portfolio.
- Parameters:
tagOptions- Information about the TagOptions associated with the portfolio.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagOptions
DescribePortfolioResponse.Builder tagOptions(Consumer<TagOptionDetail.Builder>... tagOptions)
Information about the TagOptions associated with the portfolio.
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
DescribePortfolioResponse.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
DescribePortfolioResponse.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
DescribePortfolioResponse.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)
-
-