Interface Failure.Builder

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

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

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