Interface ExperimentError.Builder

  • Method Details

    • accountId

      ExperimentError.Builder accountId(String accountId)

      The Amazon Web Services Account ID where the experiment failure occurred.

      Parameters:
      accountId - The Amazon Web Services Account ID where the experiment failure occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      The error code for the failed experiment.

      Parameters:
      code - The error code for the failed experiment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • location

      ExperimentError.Builder location(String location)

      Context for the section of the experiment template that failed.

      Parameters:
      location - Context for the section of the experiment template that failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.