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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
portfolioDetailInformation about the portfolio. - Parameters:
- portfolioDetail- Information about the portfolio.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
portfolioDetaildefault 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 on- PortfolioDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tagsInformation 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.
 
- 
tagsInformation 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.
 
- 
tagsInformation 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 totags(List<Tag>).- Parameters:
- tags- a consumer that will call methods on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tagOptionsInformation 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.
 
- 
tagOptionsInformation 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.
 
- 
tagOptionsInformation 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 totagOptions(List<TagOptionDetail>).- Parameters:
- tagOptions- a consumer that will call methods on- TagOptionDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
budgetsInformation 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.
 
- 
budgetsInformation 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.
 
- 
budgetsInformation 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 tobudgets(List<BudgetDetail>).- Parameters:
- budgets- a consumer that will call methods on- BudgetDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-