Interface DescribePortfolioResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribePortfolioResponse.Builder,
,DescribePortfolioResponse> SdkBuilder<DescribePortfolioResponse.Builder,
,DescribePortfolioResponse> SdkPojo
,SdkResponse.Builder
,ServiceCatalogResponse.Builder
- Enclosing class:
DescribePortfolioResponse
-
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.portfolioDetail
(Consumer<PortfolioDetail.Builder> portfolioDetail) Information about the portfolio.portfolioDetail
(PortfolioDetail portfolioDetail) Information about the portfolio.tagOptions
(Collection<TagOptionDetail> tagOptions) Information about the TagOptions associated with the portfolio.tagOptions
(Consumer<TagOptionDetail.Builder>... tagOptions) Information about the TagOptions associated with the portfolio.tagOptions
(TagOptionDetail... tagOptions) Information about the TagOptions associated with the portfolio.tags
(Collection<Tag> tags) Information about the tags associated with the portfolio.tags
(Consumer<Tag.Builder>... tags) Information about the tags associated with the portfolio.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 Details
-
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.Builder
avoiding the need to create one manually viaPortfolioDetail.builder()
.When the
Consumer
completes,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:
-
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
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
Information about the tags associated with the portfolio.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- 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:
-
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
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
Information about the TagOptions associated with the portfolio.
This is a convenience method that creates an instance of theTagOptionDetail.Builder
avoiding the need to create one manually viaTagOptionDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totagOptions(List<TagOptionDetail>)
.- 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:
-
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:
-