Interface UserIdentity.Builder

    • Method Detail

      • type

        UserIdentity.Builder type​(String type)

        The identity type of the requester that calls the API operation.

        Parameters:
        type -

        The identity type of the requester that calls the API operation.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UserIdentityType, UserIdentityType
      • type

        UserIdentity.Builder type​(UserIdentityType type)

        The identity type of the requester that calls the API operation.

        Parameters:
        type -

        The identity type of the requester that calls the API operation.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UserIdentityType, UserIdentityType
      • principalId

        UserIdentity.Builder principalId​(String principalId)

        A unique identifier for the requester that calls the API operation.

        Parameters:
        principalId -

        A unique identifier for the requester that calls the API operation.

        Returns:
        Returns a reference to this object so that method calls can be chained together.