Interface AssociatedGroup.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssociatedGroup.Builder,,AssociatedGroup> SdkBuilder<AssociatedGroup.Builder,,AssociatedGroup> SdkPojo
- Enclosing class:
AssociatedGroup
@Mutable
@NotThreadSafe
public static interface AssociatedGroup.Builder
extends SdkPojo, CopyableBuilder<AssociatedGroup.Builder,AssociatedGroup>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the group associated with the user.The type of the associated group.type(MembershipType type) The type of the associated 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, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the group associated with the user. This is used to identify the group in access control decisions.
- Parameters:
name- The name of the group associated with the user. This is used to identify the group in access control decisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the associated group. This indicates the scope of the group's applicability.
- Parameters:
type- The type of the associated group. This indicates the scope of the group's applicability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the associated group. This indicates the scope of the group's applicability.
- Parameters:
type- The type of the associated group. This indicates the scope of the group's applicability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-