Interface CreateGroupResponse.Builder

    • Method Detail

      • directoryId

        CreateGroupResponse.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.
      • samAccountName

        CreateGroupResponse.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

        CreateGroupResponse.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.