public static interface ListMobileDeviceAccessOverridesResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<ListMobileDeviceAccessOverridesResponse.Builder,ListMobileDeviceAccessOverridesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMobileDeviceAccessOverridesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListMobileDeviceAccessOverridesResponse.Builder |
overrides(Collection<MobileDeviceAccessOverride> overrides)
The list of mobile device access overrides that exist for the specified Amazon WorkMail organization and
user.
|
ListMobileDeviceAccessOverridesResponse.Builder |
overrides(Consumer<MobileDeviceAccessOverride.Builder>... overrides)
The list of mobile device access overrides that exist for the specified Amazon WorkMail organization and
user.
|
ListMobileDeviceAccessOverridesResponse.Builder |
overrides(MobileDeviceAccessOverride... overrides)
The list of mobile device access overrides that exist for the specified Amazon WorkMail organization and
user.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMobileDeviceAccessOverridesResponse.Builder overrides(Collection<MobileDeviceAccessOverride> overrides)
The list of mobile device access overrides that exist for the specified Amazon WorkMail organization and user.
overrides - The list of mobile device access overrides that exist for the specified Amazon WorkMail organization
and user.ListMobileDeviceAccessOverridesResponse.Builder overrides(MobileDeviceAccessOverride... overrides)
The list of mobile device access overrides that exist for the specified Amazon WorkMail organization and user.
overrides - The list of mobile device access overrides that exist for the specified Amazon WorkMail organization
and user.ListMobileDeviceAccessOverridesResponse.Builder overrides(Consumer<MobileDeviceAccessOverride.Builder>... overrides)
The list of mobile device access overrides that exist for the specified Amazon WorkMail organization and user.
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 #overrides(List) .overrides - a consumer that will call methods on List.Builder #overrides(List) ListMobileDeviceAccessOverridesResponse.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 © 2021. All rights reserved.