CopyableBuilder<DeleteGroupRequest.Builder,DeleteGroupRequest>
, SdkBuilder<DeleteGroupRequest.Builder,DeleteGroupRequest>
public static interface DeleteGroupRequest.Builder extends CopyableBuilder<DeleteGroupRequest.Builder,DeleteGroupRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteGroupRequest.Builder |
groupName(String groupName) |
The name of the IAM group to delete.
|
copy
apply, build
DeleteGroupRequest.Builder groupName(String groupName)
The name of the IAM group to delete.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
groupName
- The name of the IAM group to delete.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.