public static interface PutMobileDeviceAccessOverrideRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<PutMobileDeviceAccessOverrideRequest.Builder,PutMobileDeviceAccessOverrideRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutMobileDeviceAccessOverrideRequest.Builder organizationId(String organizationId)
Identifies the Amazon WorkMail organization for which you create the override.
organizationId - Identifies the Amazon WorkMail organization for which you create the override.PutMobileDeviceAccessOverrideRequest.Builder userId(String userId)
The WorkMail user for which you create the override. 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 for which you create the override. 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
PutMobileDeviceAccessOverrideRequest.Builder deviceId(String deviceId)
The mobile device for which you create the override. DeviceId is case insensitive.
deviceId - The mobile device for which you create the override. DeviceId is case insensitive.PutMobileDeviceAccessOverrideRequest.Builder effect(String effect)
The effect of the override, ALLOW or DENY.
effect - The effect of the override, ALLOW or DENY.MobileDeviceAccessRuleEffect,
MobileDeviceAccessRuleEffectPutMobileDeviceAccessOverrideRequest.Builder effect(MobileDeviceAccessRuleEffect effect)
The effect of the override, ALLOW or DENY.
effect - The effect of the override, ALLOW or DENY.MobileDeviceAccessRuleEffect,
MobileDeviceAccessRuleEffectPutMobileDeviceAccessOverrideRequest.Builder description(String description)
A description of the override.
description - A description of the override.PutMobileDeviceAccessOverrideRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutMobileDeviceAccessOverrideRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.