public static interface DisassociateMemberFromGroupRequest.Builder extends WorkMailRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DisassociateMemberFromGroupRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DisassociateMemberFromGroupRequest.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.