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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExperimentError.BuilderaccountId(String accountId)The Amazon Web Services Account ID where the experiment failure occurred.ExperimentError.Buildercode(String code)The error code for the failed experiment.ExperimentError.Builderlocation(String location)Context for the section of the experiment template that failed.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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
ExperimentError.Builder code(String 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.
-
-