public static interface UpdatePrimaryEmailAddressRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<UpdatePrimaryEmailAddressRequest.Builder,UpdatePrimaryEmailAddressRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePrimaryEmailAddressRequest.Builder |
email(String email)
The value of the email to be updated as primary.
|
UpdatePrimaryEmailAddressRequest.Builder |
entityId(String entityId)
The entity to update (user, group, or resource).
|
UpdatePrimaryEmailAddressRequest.Builder |
organizationId(String organizationId)
The organization that contains the entity to update.
|
UpdatePrimaryEmailAddressRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdatePrimaryEmailAddressRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdatePrimaryEmailAddressRequest.Builder organizationId(String organizationId)
The organization that contains the entity to update.
organizationId - The organization that contains the entity to update.UpdatePrimaryEmailAddressRequest.Builder entityId(String entityId)
The entity to update (user, group, or resource).
entityId - The entity to update (user, group, or resource).UpdatePrimaryEmailAddressRequest.Builder email(String email)
The value of the email to be updated as primary.
email - The value of the email to be updated as primary.UpdatePrimaryEmailAddressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdatePrimaryEmailAddressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.