public static interface ListPrincipalsForPortfolioRequest.Builder extends ServiceCatalogRequest.Builder, CopyableBuilder<ListPrincipalsForPortfolioRequest.Builder,ListPrincipalsForPortfolioRequest>
Modifier and Type | Method and Description |
---|---|
ListPrincipalsForPortfolioRequest.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
ListPrincipalsForPortfolioRequest.Builder |
pageSize(Integer pageSize)
The maximum number of items to return in the results.
|
ListPrincipalsForPortfolioRequest.Builder |
pageToken(String pageToken)
The page token of the first page retrieved.
|
ListPrincipalsForPortfolioRequest.Builder |
portfolioId(String portfolioId)
The portfolio identifier.
|
ListPrincipalsForPortfolioRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListPrincipalsForPortfolioRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
ListPrincipalsForPortfolioRequest.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
ListPrincipalsForPortfolioRequest.Builder portfolioId(String portfolioId)
The portfolio identifier.
portfolioId
- The portfolio identifier.ListPrincipalsForPortfolioRequest.Builder pageSize(Integer pageSize)
The maximum number of items to return in the results. If more results exist than fit in the specified
PageSize
, the value of NextPageToken
in the response is non-null.
pageSize
- The maximum number of items to return in the results. If more results exist than fit in the specified
PageSize
, the value of NextPageToken
in the response is non-null.ListPrincipalsForPortfolioRequest.Builder pageToken(String pageToken)
The page token of the first page retrieved. If null, this retrieves the first page of size
PageSize
.
pageToken
- The page token of the first page retrieved. If null, this retrieves the first page of size
PageSize
.ListPrincipalsForPortfolioRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListPrincipalsForPortfolioRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.