Interface AccessKey.Builder

  • Method Details

    • principalId

      AccessKey.Builder principalId(String principalId)

      Principal ID of the user.

      Parameters:
      principalId - Principal ID of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userName

      AccessKey.Builder userName(String userName)

      Name of the user.

      Parameters:
      userName - Name of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userType

      AccessKey.Builder userType(String userType)

      Type of the user.

      Parameters:
      userType - Type of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.