| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static CreatePortfolioResponse.Builder |
CreatePortfolioResponse.builder() |
default CreatePortfolioResponse.Builder |
CreatePortfolioResponse.Builder.portfolioDetail(Consumer<PortfolioDetail.Builder> portfolioDetail)
Information about the portfolio.
|
CreatePortfolioResponse.Builder |
CreatePortfolioResponse.Builder.portfolioDetail(PortfolioDetail portfolioDetail)
Information about the portfolio.
|
CreatePortfolioResponse.Builder |
CreatePortfolioResponse.Builder.tags(Collection<Tag> tags)
Information about the tags associated with the portfolio.
|
CreatePortfolioResponse.Builder |
CreatePortfolioResponse.Builder.tags(Consumer<Tag.Builder>... tags)
Information about the tags associated with the portfolio.
|
CreatePortfolioResponse.Builder |
CreatePortfolioResponse.Builder.tags(Tag... tags)
Information about the tags associated with the portfolio.
|
CreatePortfolioResponse.Builder |
CreatePortfolioResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreatePortfolioResponse.Builder> |
CreatePortfolioResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.