Interface DescribeGroupMembershipResponse.Builder

    • Method Detail

      • identityStoreId

        DescribeGroupMembershipResponse.Builder identityStoreId​(String identityStoreId)

        The globally unique identifier for the identity store.

        Parameters:
        identityStoreId - The globally unique identifier for the identity store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • membershipId

        DescribeGroupMembershipResponse.Builder membershipId​(String membershipId)

        The identifier for a GroupMembership in an identity store.

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

        DescribeGroupMembershipResponse.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.
      • memberId

        DescribeGroupMembershipResponse.Builder memberId​(MemberId memberId)
        Sets the value of the MemberId property for this object.
        Parameters:
        memberId - The new value for the MemberId property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.