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.
|
build
overrideConfiguration
copy
applyMutation, build
UpdatePrimaryEmailAddressRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdatePrimaryEmailAddressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.