Interface PipelineOutputError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PipelineOutputError.Builder,,PipelineOutputError> SdkBuilder<PipelineOutputError.Builder,,PipelineOutputError> SdkPojo
- Enclosing class:
PipelineOutputError
@Mutable
@NotThreadSafe
public static interface PipelineOutputError.Builder
extends SdkPojo, CopyableBuilder<PipelineOutputError.Builder,PipelineOutputError>
-
Method Summary
Modifier and TypeMethodDescriptionThe detailed error message describing what went wrong during the pipeline test operation for this record.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
message
The detailed error message describing what went wrong during the pipeline test operation for this record.
- Parameters:
message- The detailed error message describing what went wrong during the pipeline test operation for this record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-