public static interface CreatePortfolioRequest.Builder extends ServiceCatalogRequest.Builder, CopyableBuilder<CreatePortfolioRequest.Builder,CreatePortfolioRequest>
| Modifier and Type | Method and Description |
|---|---|
CreatePortfolioRequest.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
CreatePortfolioRequest.Builder |
description(String description)
The text description of the portfolio.
|
CreatePortfolioRequest.Builder |
displayName(String displayName)
The name to use for display purposes.
|
CreatePortfolioRequest.Builder |
idempotencyToken(String idempotencyToken)
A token to disambiguate duplicate requests.
|
CreatePortfolioRequest.Builder |
providerName(String providerName)
The name of the portfolio provider.
|
CreatePortfolioRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreatePortfolioRequest.Builder |
tags(Collection<Tag> tags)
Tags to associate with the new portfolio.
|
CreatePortfolioRequest.Builder |
tags(Tag... tags)
Tags to associate with the new portfolio.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildCreatePortfolioRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
en - English (default)
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
en - English (default)
jp - Japanese
zh - Chinese
CreatePortfolioRequest.Builder displayName(String displayName)
The name to use for display purposes.
displayName - The name to use for display purposes.CreatePortfolioRequest.Builder description(String description)
The text description of the portfolio.
description - The text description of the portfolio.CreatePortfolioRequest.Builder providerName(String providerName)
The name of the portfolio provider.
providerName - The name of the portfolio provider.CreatePortfolioRequest.Builder tags(Collection<Tag> tags)
Tags to associate with the new portfolio.
tags - Tags to associate with the new portfolio.CreatePortfolioRequest.Builder tags(Tag... tags)
Tags to associate with the new portfolio.
tags - Tags to associate with the new portfolio.CreatePortfolioRequest.Builder idempotencyToken(String idempotencyToken)
A token to disambiguate duplicate requests. You can use the same input in multiple requests, provided that you also specify a different idempotency token for each request.
idempotencyToken - A token to disambiguate duplicate requests. You can use the same input in multiple requests, provided
that you also specify a different idempotency token for each request.CreatePortfolioRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.