public static interface ListImpersonationRolesRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<ListImpersonationRolesRequest.Builder,ListImpersonationRolesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListImpersonationRolesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results returned in a single call.
|
ListImpersonationRolesRequest.Builder |
nextToken(String nextToken)
The token used to retrieve the next page of results.
|
ListImpersonationRolesRequest.Builder |
organizationId(String organizationId)
The WorkMail organization to which the listed impersonation roles belong.
|
ListImpersonationRolesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListImpersonationRolesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListImpersonationRolesRequest.Builder organizationId(String organizationId)
The WorkMail organization to which the listed impersonation roles belong.
organizationId - The WorkMail organization to which the listed impersonation roles belong.ListImpersonationRolesRequest.Builder nextToken(String nextToken)
The token used to retrieve the next page of results. The first call doesn't require a token.
nextToken - The token used to retrieve the next page of results. The first call doesn't require a token.ListImpersonationRolesRequest.Builder maxResults(Integer maxResults)
The maximum number of results returned in a single call.
maxResults - The maximum number of results returned in a single call.ListImpersonationRolesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListImpersonationRolesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.