Interface ExperimentError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExperimentError.Builder,
,ExperimentError> SdkBuilder<ExperimentError.Builder,
,ExperimentError> SdkPojo
- Enclosing class:
ExperimentError
@Mutable
@NotThreadSafe
public static interface ExperimentError.Builder
extends SdkPojo, CopyableBuilder<ExperimentError.Builder,ExperimentError>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services Account ID where the experiment failure occurred.The error code for the failed experiment.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-