public static interface ListOrganizationsRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<ListOrganizationsRequest.Builder,ListOrganizationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListOrganizationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListOrganizationsRequest.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListOrganizationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListOrganizationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOrganizationsRequest.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not contain any tokens.
nextToken - The token to use to retrieve the next page of results. The first call does not contain any tokens.ListOrganizationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults - The maximum number of results to return in a single call.ListOrganizationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListOrganizationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.