Interface DeleteAliasRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteAliasRequest.Builder,
,DeleteAliasRequest> SdkBuilder<DeleteAliasRequest.Builder,
,DeleteAliasRequest> SdkPojo
,SdkRequest.Builder
,WorkMailRequest.Builder
- Enclosing class:
DeleteAliasRequest
@Mutable
@NotThreadSafe
public static interface DeleteAliasRequest.Builder
extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<DeleteAliasRequest.Builder,DeleteAliasRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe aliases to be removed from the user's set of aliases.The identifier for the member (user or group) from which to have the aliases removed.organizationId
(String organizationId) The identifier for the organization under which the user exists.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.workmail.model.WorkMailRequest.Builder
build
-
Method Details
-
organizationId
The identifier for the organization under which the user exists.
- Parameters:
organizationId
- The identifier for the organization under which the user exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityId
The identifier for the member (user or group) from which to have the aliases removed.
- Parameters:
entityId
- The identifier for the member (user or group) from which to have the aliases removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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).
- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-