public static interface CreatePortfolioRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<CreatePortfolioRequest.Builder,CreatePortfolioRequest>
build
overrideConfiguration
copy
applyMutation, build
CreatePortfolioRequest.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 description of the portfolio.
description
- The 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)
One or more tags.
tags
- One or more tags.CreatePortfolioRequest.Builder tags(Tag... tags)
One or more tags.
tags
- One or more tags.CreatePortfolioRequest.Builder tags(Consumer<Tag.Builder>... tags)
One or more tags.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
CreatePortfolioRequest.Builder idempotencyToken(String idempotencyToken)
A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.
idempotencyToken
- A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the
idempotency token, the same response is returned for each repeated request.CreatePortfolioRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreatePortfolioRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.