Interface Group.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Group.Builder,,Group> SdkBuilder<Group.Builder,,Group> SdkPojo
- Enclosing class:
Group
-
Method Summary
Modifier and TypeMethodDescriptionThe key of the specific import group.The key of the specific import group.The value of the specific import group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The key of the specific import group.
- Parameters:
name- The key of the specific import group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The key of the specific import group.
- Parameters:
name- The key of the specific import group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-