Interface DescribeGroupRequest.Builder

    • Method Detail

      • identityStoreId

        DescribeGroupRequest.Builder identityStoreId​(String identityStoreId)

        The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains numbers and lower case letters. This value is generated at the time that a new identity store is created.

        Parameters:
        identityStoreId - The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains numbers and lower case letters. This value is generated at the time that a new identity store is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupId

        DescribeGroupRequest.Builder groupId​(String groupId)

        The identifier for a group in the identity store.

        Parameters:
        groupId - The identifier for a group in the identity store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.