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