public static interface GroupIdentifier.Builder extends SdkPojo, CopyableBuilder<GroupIdentifier.Builder,GroupIdentifier>
Modifier and Type | Method and Description |
---|---|
GroupIdentifier.Builder |
groupId(String groupId)
The ID of the security group.
|
GroupIdentifier.Builder |
groupName(String groupName)
The name of the security group.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
GroupIdentifier.Builder groupName(String groupName)
The name of the security group.
groupName
- The name of the security group.GroupIdentifier.Builder groupId(String groupId)
The ID of the security group.
groupId
- The ID of the security group.Copyright © 2022. All rights reserved.