public static interface CreatePortfolioShareRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<CreatePortfolioShareRequest.Builder,CreatePortfolioShareRequest>
build
overrideConfiguration
copy
applyMutation, build
CreatePortfolioShareRequest.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
CreatePortfolioShareRequest.Builder portfolioId(String portfolioId)
The portfolio identifier.
portfolioId
- The portfolio identifier.CreatePortfolioShareRequest.Builder accountId(String accountId)
The AWS account ID. For example, 123456789012
.
accountId
- The AWS account ID. For example, 123456789012
.CreatePortfolioShareRequest.Builder organizationNode(OrganizationNode organizationNode)
The organization node to whom you are going to share. If OrganizationNode
is passed in,
PortfolioShare
will be created for the node and its children (when applies), and a
PortfolioShareToken
will be returned in the output in order for the administrator to monitor the
status of the PortfolioShare
creation process.
organizationNode
- The organization node to whom you are going to share. If OrganizationNode
is passed in,
PortfolioShare
will be created for the node and its children (when applies), and a
PortfolioShareToken
will be returned in the output in order for the administrator to
monitor the status of the PortfolioShare
creation process.default CreatePortfolioShareRequest.Builder organizationNode(Consumer<OrganizationNode.Builder> organizationNode)
The organization node to whom you are going to share. If OrganizationNode
is passed in,
PortfolioShare
will be created for the node and its children (when applies), and a
PortfolioShareToken
will be returned in the output in order for the administrator to monitor the
status of the PortfolioShare
creation process.
OrganizationNode.Builder
avoiding the need to
create one manually via OrganizationNode.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to organizationNode(OrganizationNode)
.organizationNode
- a consumer that will call methods on OrganizationNode.Builder
organizationNode(OrganizationNode)
CreatePortfolioShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreatePortfolioShareRequest.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.