DescribePortfolioResponse.Builder |
DescribePortfolioResponse.Builder.budgets(Collection<BudgetDetail> budgets) |
Information about the associated budgets.
|
DescribePortfolioResponse.Builder |
DescribePortfolioResponse.Builder.budgets(Consumer<BudgetDetail.Builder>... budgets) |
Information about the associated budgets.
|
DescribePortfolioResponse.Builder |
DescribePortfolioResponse.Builder.budgets(BudgetDetail... budgets) |
Information about the associated budgets.
|
static DescribePortfolioResponse.Builder |
DescribePortfolioResponse.builder() |
|
default DescribePortfolioResponse.Builder |
DescribePortfolioResponse.Builder.portfolioDetail(Consumer<PortfolioDetail.Builder> portfolioDetail) |
Information about the portfolio.
|
DescribePortfolioResponse.Builder |
DescribePortfolioResponse.Builder.portfolioDetail(PortfolioDetail portfolioDetail) |
Information about the portfolio.
|
DescribePortfolioResponse.Builder |
DescribePortfolioResponse.Builder.tagOptions(Collection<TagOptionDetail> tagOptions) |
Information about the TagOptions associated with the portfolio.
|
DescribePortfolioResponse.Builder |
DescribePortfolioResponse.Builder.tagOptions(Consumer<TagOptionDetail.Builder>... tagOptions) |
Information about the TagOptions associated with the portfolio.
|
DescribePortfolioResponse.Builder |
DescribePortfolioResponse.Builder.tagOptions(TagOptionDetail... tagOptions) |
Information about the TagOptions associated with the portfolio.
|
DescribePortfolioResponse.Builder |
DescribePortfolioResponse.Builder.tags(Collection<Tag> tags) |
Information about the tags associated with the portfolio.
|
DescribePortfolioResponse.Builder |
DescribePortfolioResponse.Builder.tags(Consumer<Tag.Builder>... tags) |
Information about the tags associated with the portfolio.
|
DescribePortfolioResponse.Builder |
DescribePortfolioResponse.Builder.tags(Tag... tags) |
Information about the tags associated with the portfolio.
|
DescribePortfolioResponse.Builder |
DescribePortfolioResponse.toBuilder() |
|