Interface UserIdentity.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UserIdentity.Builder,UserIdentity>, SdkBuilder<UserIdentity.Builder,UserIdentity>, SdkPojo
Enclosing class:
UserIdentity

public static interface UserIdentity.Builder extends SdkPojo, CopyableBuilder<UserIdentity.Builder,UserIdentity>
  • Method Details

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