public static interface ListMailboxPermissionsRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<ListMailboxPermissionsRequest.Builder,ListMailboxPermissionsRequest>
Modifier and Type | Method and Description |
---|---|
ListMailboxPermissionsRequest.Builder |
entityId(String entityId)
The identifier of the entity (user or group) for which to list mailbox permissions.
|
ListMailboxPermissionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListMailboxPermissionsRequest.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListMailboxPermissionsRequest.Builder |
organizationId(String organizationId)
The identifier of the organization under which the entity (user or group) exists.
|
ListMailboxPermissionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListMailboxPermissionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListMailboxPermissionsRequest.Builder organizationId(String organizationId)
The identifier of the organization under which the entity (user or group) exists.
organizationId
- The identifier of the organization under which the entity (user or group) exists.ListMailboxPermissionsRequest.Builder entityId(String entityId)
The identifier of the entity (user or group) for which to list mailbox permissions.
entityId
- The identifier of the entity (user or group) for which to list mailbox permissions.ListMailboxPermissionsRequest.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.ListMailboxPermissionsRequest.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.ListMailboxPermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListMailboxPermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.