Interface ErrorResponse.Builder

  • Method Details

    • accountId

      ErrorResponse.Builder accountId(String accountId)

      The Amazon Web Services account ID of the resource owner.

      Parameters:
      accountId - The Amazon Web Services account ID of the resource owner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • additionalDetails

      ErrorResponse.Builder additionalDetails(Map<String,String> additionalDetails)

      Additional details about the error.

      Parameters:
      additionalDetails - Additional details about the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      The error code associated with the error.

      Parameters:
      code - The error code associated with the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • code

      The error code associated with the error.

      Parameters:
      code - The error code associated with the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      ErrorResponse.Builder message(String message)

      The message associated with the error.

      Parameters:
      message - The message associated with the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceIdentifier

      ErrorResponse.Builder resourceIdentifier(String resourceIdentifier)

      The ID of the resource.

      Parameters:
      resourceIdentifier - The ID of the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceType

      ErrorResponse.Builder resourceType(String resourceType)

      The type of resource.

      Parameters:
      resourceType - The type of resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      ErrorResponse.Builder resourceType(ErrorResourceType resourceType)

      The type of resource.

      Parameters:
      resourceType - The type of resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: