public static class GroupIdentifier.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GroupIdentifier |
build() |
GroupIdentifier.Builder |
copy(GroupIdentifier model) |
GroupIdentifier.Builder |
groupKey(String groupKey)
The ID of the security group.
|
GroupIdentifier.Builder |
groupName(String groupName)
The name of the security group.
|
public GroupIdentifier.Builder groupKey(String groupKey)
The ID of the security group.
groupKey
- the value to setpublic GroupIdentifier.Builder groupName(String groupName)
The name of the security group.
groupName
- the value to setpublic GroupIdentifier build()
public GroupIdentifier.Builder copy(GroupIdentifier model)
Copyright © 2016–2024. All rights reserved.