Interface Group.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Group.Builder,Group>,SdkBuilder<Group.Builder,Group>,SdkPojo
- Enclosing class:
- Group
public static interface Group.Builder extends SdkPojo, CopyableBuilder<Group.Builder,Group>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Group.Buildername(String name)The key of the specific import group.Group.Buildername(GroupName name)The key of the specific import group.Group.Buildervalue(String value)The value of the specific import 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
Group.Builder name(String name)
The key of the specific import group.
-
name
Group.Builder name(GroupName name)
The key of the specific import group.
-
value
Group.Builder value(String value)
The value of the specific import group.
- Parameters:
value- The value of the specific import group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-