public static interface DescribePortfolioResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<DescribePortfolioResponse.Builder,DescribePortfolioResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribePortfolioResponse.Builder |
budgets(BudgetDetail... budgets)
Information about the associated budgets.
|
DescribePortfolioResponse.Builder |
budgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
DescribePortfolioResponse.Builder |
budgets(Consumer<BudgetDetail.Builder>... budgets)
Information about the associated budgets.
|
default DescribePortfolioResponse.Builder |
portfolioDetail(Consumer<PortfolioDetail.Builder> portfolioDetail)
Information about the portfolio.
|
DescribePortfolioResponse.Builder |
portfolioDetail(PortfolioDetail portfolioDetail)
Information about the portfolio.
|
DescribePortfolioResponse.Builder |
tagOptions(Collection<TagOptionDetail> tagOptions)
Information about the TagOptions associated with the portfolio.
|
DescribePortfolioResponse.Builder |
tagOptions(Consumer<TagOptionDetail.Builder>... tagOptions)
Information about the TagOptions associated with the portfolio.
|
DescribePortfolioResponse.Builder |
tagOptions(TagOptionDetail... tagOptions)
Information about the TagOptions associated with the portfolio.
|
DescribePortfolioResponse.Builder |
tags(Collection<Tag> tags)
Information about the tags associated with the portfolio.
|
DescribePortfolioResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
Information about the tags associated with the portfolio.
|
DescribePortfolioResponse.Builder |
tags(Tag... tags)
Information about the tags associated with the portfolio.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePortfolioResponse.Builder portfolioDetail(PortfolioDetail portfolioDetail)
Information about the portfolio.
portfolioDetail - Information about the portfolio.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 via PortfolioDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to portfolioDetail(PortfolioDetail).
portfolioDetail - a consumer that will call methods on PortfolioDetail.BuilderportfolioDetail(PortfolioDetail)DescribePortfolioResponse.Builder tags(Collection<Tag> tags)
Information about the tags associated with the portfolio.
tags - Information about the tags associated with the portfolio.DescribePortfolioResponse.Builder tags(Tag... tags)
Information about the tags associated with the portfolio.
tags - Information about the tags associated with the portfolio.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.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) DescribePortfolioResponse.Builder tagOptions(Collection<TagOptionDetail> tagOptions)
Information about the TagOptions associated with the portfolio.
tagOptions - Information about the TagOptions associated with the portfolio.DescribePortfolioResponse.Builder tagOptions(TagOptionDetail... tagOptions)
Information about the TagOptions associated with the portfolio.
tagOptions - Information about the TagOptions associated with the portfolio.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.Builder avoiding the need to
create one manually via
TagOptionDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #tagOptions(List.
tagOptions - a consumer that will call methods on
TagOptionDetail.Builder#tagOptions(java.util.Collection) DescribePortfolioResponse.Builder budgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
budgets - Information about the associated budgets.DescribePortfolioResponse.Builder budgets(BudgetDetail... budgets)
Information about the associated budgets.
budgets - Information about the associated budgets.DescribePortfolioResponse.Builder budgets(Consumer<BudgetDetail.Builder>... 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 via BudgetDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #budgets(List.
budgets - a consumer that will call methods on
BudgetDetail.Builder#budgets(java.util.Collection) Copyright © 2023. All rights reserved.