static DescribeGroupResponse.Builder |
DescribeGroupResponse.builder() |
|
DescribeGroupResponse.Builder |
DescribeGroupResponse.Builder.directoryId(String directoryId) |
The identifier (ID) of the directory that's associated with the group.
|
DescribeGroupResponse.Builder |
DescribeGroupResponse.Builder.distinguishedName(String distinguishedName) |
|
DescribeGroupResponse.Builder |
DescribeGroupResponse.Builder.groupScope(String groupScope) |
The scope of the AD group.
|
DescribeGroupResponse.Builder |
DescribeGroupResponse.Builder.groupScope(GroupScope groupScope) |
The scope of the AD group.
|
DescribeGroupResponse.Builder |
DescribeGroupResponse.Builder.groupType(String groupType) |
The AD group type.
|
DescribeGroupResponse.Builder |
DescribeGroupResponse.Builder.groupType(GroupType groupType) |
The AD group type.
|
DescribeGroupResponse.Builder |
DescribeGroupResponse.Builder.otherAttributes(Map<String,AttributeValue> otherAttributes) |
The attribute values that are returned for the attribute names that are included in the request.
|
DescribeGroupResponse.Builder |
DescribeGroupResponse.Builder.realm(String realm) |
The domain name that's associated with the group.
|
DescribeGroupResponse.Builder |
DescribeGroupResponse.Builder.samAccountName(String samAccountName) |
The name of the group.
|
DescribeGroupResponse.Builder |
DescribeGroupResponse.Builder.sid(String sid) |
The unique security identifier (SID) of the group.
|
DescribeGroupResponse.Builder |
DescribeGroupResponse.toBuilder() |
|