public static interface ListMailboxPermissionsResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<ListMailboxPermissionsResponse.Builder,ListMailboxPermissionsResponse>
Modifier and Type | Method and Description |
---|---|
ListMailboxPermissionsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListMailboxPermissionsResponse.Builder |
permissions(Collection<Permission> permissions)
One page of the entity's mailbox permissions.
|
ListMailboxPermissionsResponse.Builder |
permissions(Consumer<Permission.Builder>... permissions)
One page of the entity's mailbox permissions.
|
ListMailboxPermissionsResponse.Builder |
permissions(Permission... permissions)
One page of the entity's mailbox permissions.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListMailboxPermissionsResponse.Builder permissions(Collection<Permission> permissions)
One page of the entity's mailbox permissions.
permissions
- One page of the entity's mailbox permissions.ListMailboxPermissionsResponse.Builder permissions(Permission... permissions)
One page of the entity's mailbox permissions.
permissions
- One page of the entity's mailbox permissions.ListMailboxPermissionsResponse.Builder permissions(Consumer<Permission.Builder>... permissions)
One page of the entity's mailbox permissions.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #permissions(List)
.permissions
- a consumer that will call methods on List.Builder
#permissions(List)
ListMailboxPermissionsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. The value is "null" when there are no more results to return.
nextToken
- The token to use to retrieve the next page of results. The value is "null" when there are no more
results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.