public static interface DeleteGroupRequest.Builder extends WorkMailRequest.Builder, CopyableBuilder<DeleteGroupRequest.Builder,DeleteGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteGroupRequest.Builder |
groupId(String groupId)
The identifier of the group to be deleted.
|
DeleteGroupRequest.Builder |
organizationId(String organizationId)
The organization that contains the group.
|
DeleteGroupRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDeleteGroupRequest.Builder organizationId(String organizationId)
The organization that contains the group.
organizationId - The organization that contains the group.DeleteGroupRequest.Builder groupId(String groupId)
The identifier of the group to be deleted.
groupId - The identifier of the group to be deleted.DeleteGroupRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.