public static interface DeleteAliasRequest.Builder extends WorkMailRequest.Builder, CopyableBuilder<DeleteAliasRequest.Builder,DeleteAliasRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteAliasRequest.Builder |
alias(String alias)
The aliases to be removed from the user's set of aliases.
|
DeleteAliasRequest.Builder |
entityId(String entityId)
The identifier for the Amazon WorkMail entity to have the aliases removed.
|
DeleteAliasRequest.Builder |
organizationId(String organizationId)
The identifier for the organization under which the user exists.
|
DeleteAliasRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteAliasRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDeleteAliasRequest.Builder organizationId(String organizationId)
The identifier for the organization under which the user exists.
organizationId - The identifier for the organization under which the user exists.DeleteAliasRequest.Builder entityId(String entityId)
The identifier for the Amazon WorkMail entity to have the aliases removed.
entityId - The identifier for the Amazon WorkMail entity to have the aliases removed.DeleteAliasRequest.Builder alias(String alias)
The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set).
alias - The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed
into single entries (the list is transformed into a set).DeleteAliasRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteAliasRequest.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.