Interface Failure.Builder

    • Method Detail

      • arn

        Failure.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the failed resource.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the failed resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reason

        Failure.Builder reason​(String reason)

        The reason for the failure.

        Parameters:
        reason - The reason for the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • detail

        Failure.Builder detail​(String detail)

        The details of the failure.

        Parameters:
        detail - The details of the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.