public static interface GroupDefinition.Builder extends CopyableBuilder<GroupDefinition.Builder,GroupDefinition>
| Modifier and Type | Method and Description |
|---|---|
GroupDefinition.Builder |
key(String key)
The string that represents a key for a specified group.
|
GroupDefinition.Builder |
type(GroupDefinitionType type)
The string that represents the type of group.
|
GroupDefinition.Builder |
type(String type)
The string that represents the type of group.
|
copyapply, buildGroupDefinition.Builder type(String type)
The string that represents the type of group.
type - The string that represents the type of group.GroupDefinitionType,
GroupDefinitionTypeGroupDefinition.Builder type(GroupDefinitionType type)
The string that represents the type of group.
type - The string that represents the type of group.GroupDefinitionType,
GroupDefinitionTypeGroupDefinition.Builder key(String key)
The string that represents a key for a specified group.
key - The string that represents a key for a specified group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.