public static interface RegisterToWorkMailRequest.Builder extends WorkMailRequest.Builder, CopyableBuilder<RegisterToWorkMailRequest.Builder,RegisterToWorkMailRequest>
| Modifier and Type | Method and Description |
|---|---|
RegisterToWorkMailRequest.Builder |
email(String email)
The email for the entity to be updated.
|
RegisterToWorkMailRequest.Builder |
entityId(String entityId)
The identifier for the entity to be updated.
|
RegisterToWorkMailRequest.Builder |
organizationId(String organizationId)
The identifier for the organization under which the Amazon WorkMail entity exists.
|
RegisterToWorkMailRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
RegisterToWorkMailRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildRegisterToWorkMailRequest.Builder organizationId(String organizationId)
The identifier for the organization under which the Amazon WorkMail entity exists.
organizationId - The identifier for the organization under which the Amazon WorkMail entity exists.RegisterToWorkMailRequest.Builder entityId(String entityId)
The identifier for the entity to be updated.
entityId - The identifier for the entity to be updated.RegisterToWorkMailRequest.Builder email(String email)
The email for the entity to be updated.
email - The email for the entity to be updated.RegisterToWorkMailRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.RegisterToWorkMailRequest.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.