public static interface UpdatePrimaryEmailAddressRequest.Builder extends WorkMailRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdatePrimaryEmailAddressRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdatePrimaryEmailAddressRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.