public static interface ListPortfolioAccessRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<ListPortfolioAccessRequest.Builder,ListPortfolioAccessRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPortfolioAccessRequest.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
ListPortfolioAccessRequest.Builder |
organizationParentId(String organizationParentId)
The ID of an organization node the portfolio is shared with.
|
ListPortfolioAccessRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPortfolioAccessRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPortfolioAccessRequest.Builder |
pageSize(Integer pageSize)
The maximum number of items to return with this call.
|
ListPortfolioAccessRequest.Builder |
pageToken(String pageToken)
The page token for the next set of results.
|
ListPortfolioAccessRequest.Builder |
portfolioId(String portfolioId)
The portfolio identifier.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPortfolioAccessRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
jp - Japanese
zh - Chinese
ListPortfolioAccessRequest.Builder portfolioId(String portfolioId)
The portfolio identifier.
portfolioId - The portfolio identifier.ListPortfolioAccessRequest.Builder organizationParentId(String organizationParentId)
The ID of an organization node the portfolio is shared with. All children of this node with an inherited portfolio share will be returned.
organizationParentId - The ID of an organization node the portfolio is shared with. All children of this node with an
inherited portfolio share will be returned.ListPortfolioAccessRequest.Builder pageToken(String pageToken)
The page token for the next set of results. To retrieve the first set of results, use null.
pageToken - The page token for the next set of results. To retrieve the first set of results, use null.ListPortfolioAccessRequest.Builder pageSize(Integer pageSize)
The maximum number of items to return with this call.
pageSize - The maximum number of items to return with this call.ListPortfolioAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPortfolioAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.