Interface GroupSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GroupSummary.Builder,GroupSummary>,SdkBuilder<GroupSummary.Builder,GroupSummary>,SdkPojo
- Enclosing class:
- GroupSummary
public static interface GroupSummary.Builder extends SdkPojo, CopyableBuilder<GroupSummary.Builder,GroupSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupSummary.BuildergroupScope(String groupScope)The scope of the AD group.GroupSummary.BuildergroupScope(GroupScope groupScope)The scope of the AD group.GroupSummary.BuildergroupType(String groupType)The AD group type.GroupSummary.BuildergroupType(GroupType groupType)The AD group type.GroupSummary.BuildersamAccountName(String samAccountName)The name of the group.GroupSummary.Buildersid(String sid)The unique security identifier (SID) of the 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
-
groupScope
GroupSummary.Builder groupScope(String groupScope)
The 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:
GroupScope,GroupScope
-
groupScope
GroupSummary.Builder groupScope(GroupScope groupScope)
The 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:
GroupScope,GroupScope
-
groupType
GroupSummary.Builder groupType(String groupType)
The 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:
GroupType,GroupType
-
groupType
GroupSummary.Builder groupType(GroupType groupType)
The 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:
GroupType,GroupType
-
samAccountName
GroupSummary.Builder samAccountName(String samAccountName)
The 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.
-
sid
GroupSummary.Builder sid(String sid)
The 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.
-
-