public static interface DisassociateMemberFromGroupRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<DisassociateMemberFromGroupRequest.Builder,DisassociateMemberFromGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateMemberFromGroupRequest.Builder |
groupId(String groupId)
The identifier for the group from which members are removed.
|
DisassociateMemberFromGroupRequest.Builder |
memberId(String memberId)
The identifier for the member to be removed to the group.
|
DisassociateMemberFromGroupRequest.Builder |
organizationId(String organizationId)
The identifier for the organization under which the group exists.
|
DisassociateMemberFromGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DisassociateMemberFromGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildDisassociateMemberFromGroupRequest.Builder organizationId(String organizationId)
The identifier for the organization under which the group exists.
organizationId - The identifier for the organization under which the group exists.DisassociateMemberFromGroupRequest.Builder groupId(String groupId)
The identifier for the group from which members are removed.
groupId - The identifier for the group from which members are removed.DisassociateMemberFromGroupRequest.Builder memberId(String memberId)
The identifier for the member to be removed to the group.
memberId - The identifier for the member to be removed to the group.DisassociateMemberFromGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DisassociateMemberFromGroupRequest.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.