public static interface PortfolioDetail.Builder extends CopyableBuilder<PortfolioDetail.Builder,PortfolioDetail>
| Modifier and Type | Method and Description |
|---|---|
PortfolioDetail.Builder |
arn(String arn)
The ARN assigned to the portfolio.
|
PortfolioDetail.Builder |
createdTime(Instant createdTime)
The UTC timestamp of the creation time.
|
PortfolioDetail.Builder |
description(String description)
The text description of the portfolio.
|
PortfolioDetail.Builder |
displayName(String displayName)
The name to use for display purposes.
|
PortfolioDetail.Builder |
id(String id)
The identifier for the portfolio.
|
PortfolioDetail.Builder |
providerName(String providerName)
The name of the portfolio provider.
|
copyapply, buildPortfolioDetail.Builder id(String id)
The identifier for the portfolio.
id - The identifier for the portfolio.PortfolioDetail.Builder arn(String arn)
The ARN assigned to the portfolio.
arn - The ARN assigned to the portfolio.PortfolioDetail.Builder displayName(String displayName)
The name to use for display purposes.
displayName - The name to use for display purposes.PortfolioDetail.Builder description(String description)
The text description of the portfolio.
description - The text description of the portfolio.PortfolioDetail.Builder createdTime(Instant createdTime)
The UTC timestamp of the creation time.
createdTime - The UTC timestamp of the creation time.PortfolioDetail.Builder providerName(String providerName)
The name of the portfolio provider.
providerName - The name of the portfolio provider.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.