Interface DescribeGroupMembershipResponse.Builder

  • Method Details

    • 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

      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

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

      Sets the value of the MemberId property for this object. This is a convenience method that creates an instance of the MemberId.Builder avoiding the need to create one manually via MemberId.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to memberId(MemberId).

      Parameters:
      memberId - a consumer that will call methods on MemberId.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      The date and time the group membership was created.

      Parameters:
      createdAt - The date and time the group membership was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The date and time the group membership was last updated.

      Parameters:
      updatedAt - The date and time the group membership was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBy

      The identifier of the user or system that created the group membership.

      Parameters:
      createdBy - The identifier of the user or system that created the group membership.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedBy

      The identifier of the user or system that last updated the group membership.

      Parameters:
      updatedBy - The identifier of the user or system that last updated the group membership.
      Returns:
      Returns a reference to this object so that method calls can be chained together.