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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe 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.
 
- 
typeThe 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:
 
- 
typeThe 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:
 
 
-