public static interface ListOrganizationAdminAccountsRequest.Builder extends DetectiveRequest.Builder, SdkPojo, CopyableBuilder<ListOrganizationAdminAccountsRequest.Builder,ListOrganizationAdminAccountsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListOrganizationAdminAccountsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
ListOrganizationAdminAccountsRequest.Builder |
nextToken(String nextToken)
For requests to get the next page of results, the pagination token that was returned with the previous set of
results.
|
ListOrganizationAdminAccountsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListOrganizationAdminAccountsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOrganizationAdminAccountsRequest.Builder nextToken(String nextToken)
For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
nextToken - For requests to get the next page of results, the pagination token that was returned with the previous
set of results. The initial request does not include a pagination token.ListOrganizationAdminAccountsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.ListOrganizationAdminAccountsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListOrganizationAdminAccountsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.