public static interface PortfolioDetail.Builder extends SdkPojo, 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 time stamp of the creation time.
|
PortfolioDetail.Builder |
description(String description)
The description of the portfolio.
|
PortfolioDetail.Builder |
displayName(String displayName)
The name to use for display purposes.
|
PortfolioDetail.Builder |
id(String id)
The portfolio identifier.
|
PortfolioDetail.Builder |
providerName(String providerName)
The name of the portfolio provider.
|
copy
applyMutation, build
PortfolioDetail.Builder id(String id)
The portfolio identifier.
id
- The portfolio identifier.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 description of the portfolio.
description
- The description of the portfolio.PortfolioDetail.Builder createdTime(Instant createdTime)
The UTC time stamp of the creation time.
createdTime
- The UTC time stamp 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.