Interface ExperimentError.Builder

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

public static interface ExperimentError.Builder extends SdkPojo, CopyableBuilder<ExperimentError.Builder,ExperimentError>
  • 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.