public static interface AssociateMemberToGroupRequest.Builder extends WorkMailRequest.Builder, CopyableBuilder<AssociateMemberToGroupRequest.Builder,AssociateMemberToGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateMemberToGroupRequest.Builder |
groupId(String groupId)
The group for which the member is associated.
|
AssociateMemberToGroupRequest.Builder |
memberId(String memberId)
The member to associate to the group.
|
AssociateMemberToGroupRequest.Builder |
organizationId(String organizationId)
The organization under which the group exists.
|
AssociateMemberToGroupRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AssociateMemberToGroupRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildAssociateMemberToGroupRequest.Builder organizationId(String organizationId)
The organization under which the group exists.
organizationId - The organization under which the group exists.AssociateMemberToGroupRequest.Builder groupId(String groupId)
The group for which the member is associated.
groupId - The group for which the member is associated.AssociateMemberToGroupRequest.Builder memberId(String memberId)
The member to associate to the group.
memberId - The member to associate to the group.AssociateMemberToGroupRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.AssociateMemberToGroupRequest.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.