Interface DescribeGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeGroupResponse.Builder,DescribeGroupResponse>,DirectoryServiceDataResponse.Builder,SdkBuilder<DescribeGroupResponse.Builder,DescribeGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeGroupResponse
public static interface DescribeGroupResponse.Builder extends DirectoryServiceDataResponse.Builder, SdkPojo, CopyableBuilder<DescribeGroupResponse.Builder,DescribeGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeGroupResponse.BuilderdirectoryId(String directoryId)The identifier (ID) of the directory that's associated with the group.DescribeGroupResponse.BuilderdistinguishedName(String distinguishedName)The distinguished name of the object.DescribeGroupResponse.BuildergroupScope(String groupScope)The scope of the AD group.DescribeGroupResponse.BuildergroupScope(GroupScope groupScope)The scope of the AD group.DescribeGroupResponse.BuildergroupType(String groupType)The AD group type.DescribeGroupResponse.BuildergroupType(GroupType groupType)The AD group type.DescribeGroupResponse.BuilderotherAttributes(Map<String,AttributeValue> otherAttributes)The attribute values that are returned for the attribute names that are included in the request.DescribeGroupResponse.Builderrealm(String realm)The domain name that's associated with the group.DescribeGroupResponse.BuildersamAccountName(String samAccountName)The name of the group.DescribeGroupResponse.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.services.directoryservicedata.model.DirectoryServiceDataResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
directoryId
DescribeGroupResponse.Builder directoryId(String directoryId)
The identifier (ID) of the directory that's associated with the group.
- Parameters:
directoryId- The identifier (ID) of the directory that's associated with the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
distinguishedName
DescribeGroupResponse.Builder distinguishedName(String distinguishedName)
The distinguished name of the object.
- Parameters:
distinguishedName- The distinguished name of the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupScope
DescribeGroupResponse.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
DescribeGroupResponse.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
DescribeGroupResponse.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
DescribeGroupResponse.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
-
otherAttributes
DescribeGroupResponse.Builder otherAttributes(Map<String,AttributeValue> otherAttributes)
The attribute values that are returned for the attribute names that are included in the request.
- Parameters:
otherAttributes- The attribute values that are returned for the attribute names that are included in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
realm
DescribeGroupResponse.Builder realm(String realm)
The domain name that's associated with the group.
- Parameters:
realm- The domain name that's associated with the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
samAccountName
DescribeGroupResponse.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
DescribeGroupResponse.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.
-
-