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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AssociateMemberToGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AssociateMemberToGroupRequest.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.