public static interface ListMobileDeviceAccessOverridesRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<ListMobileDeviceAccessOverridesRequest.Builder,ListMobileDeviceAccessOverridesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMobileDeviceAccessOverridesRequest.Builder organizationId(String organizationId)
The WorkMail organization under which to list mobile device access overrides.
organizationId - The WorkMail organization under which to list mobile device access overrides.ListMobileDeviceAccessOverridesRequest.Builder userId(String userId)
The WorkMail user under which you list the mobile device access overrides. Accepts the following types of user identities:
User ID: 12345678-1234-1234-1234-123456789012 or
S-1-1-12-1234567890-123456789-123456789-1234
Email address: user@domain.tld
User name: user
userId - The WorkMail user under which you list the mobile device access overrides. Accepts the following types
of user identities:
User ID: 12345678-1234-1234-1234-123456789012 or
S-1-1-12-1234567890-123456789-123456789-1234
Email address: user@domain.tld
User name: user
ListMobileDeviceAccessOverridesRequest.Builder deviceId(String deviceId)
The mobile device to which the access override applies.
deviceId - The mobile device to which the access override applies.ListMobileDeviceAccessOverridesRequest.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not require a token.
nextToken - The token to use to retrieve the next page of results. The first call does not require a token.ListMobileDeviceAccessOverridesRequest.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.ListMobileDeviceAccessOverridesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListMobileDeviceAccessOverridesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.