Interface GroupSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<GroupSummary.Builder,,- GroupSummary> - SdkBuilder<GroupSummary.Builder,,- GroupSummary> - SdkPojo
- Enclosing class:
- GroupSummary
@Mutable
@NotThreadSafe
public static interface GroupSummary.Builder
extends SdkPojo, CopyableBuilder<GroupSummary.Builder,GroupSummary> 
- 
Method SummaryModifier and TypeMethodDescriptiongroupScope(String groupScope) The scope of the AD group.groupScope(GroupScope groupScope) The scope of the AD group.The AD group type.The AD group type.samAccountName(String samAccountName) The name of the group.The unique security identifier (SID) of the 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- 
groupScopeThe scope of the AD group. For details, see Active Directory security groups. - Parameters:
- groupScope- The scope of the AD group. For details, see Active Directory security groups.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
groupScopeThe scope of the AD group. For details, see Active Directory security groups. - Parameters:
- groupScope- The scope of the AD group. For details, see Active Directory security groups.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
groupTypeThe AD group type. For details, see Active Directory security group type. - Parameters:
- groupType- The AD group type. For details, see Active Directory security group type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
groupTypeThe AD group type. For details, see Active Directory security group type. - Parameters:
- groupType- The AD group type. For details, see Active Directory security group type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
samAccountNameThe name of the group. - Parameters:
- samAccountName- The name of the group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sidThe unique security identifier (SID) of the group. - Parameters:
- sid- The unique security identifier (SID) of the group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-