Interface GroupDefinition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GroupDefinition.Builder,GroupDefinition>,SdkBuilder<GroupDefinition.Builder,GroupDefinition>,SdkPojo
- Enclosing class:
- GroupDefinition
public static interface GroupDefinition.Builder extends SdkPojo, CopyableBuilder<GroupDefinition.Builder,GroupDefinition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupDefinition.Builderkey(String key)The string that represents a key for a specified group.GroupDefinition.Buildertype(String type)The string that represents the type of group.GroupDefinition.Buildertype(GroupDefinitionType type)The string that represents the type of group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
type
GroupDefinition.Builder type(String type)
The string that represents the type of group.
- Parameters:
type- The string that represents the type of group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GroupDefinitionType,GroupDefinitionType
-
type
GroupDefinition.Builder type(GroupDefinitionType type)
The string that represents the type of group.
- Parameters:
type- The string that represents the type of group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GroupDefinitionType,GroupDefinitionType
-
key
GroupDefinition.Builder key(String key)
The string that represents a key for a specified group.
- Parameters:
key- The string that represents a key for a specified group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-