Interface ErrorBlock.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ErrorBlock.Builder,,ErrorBlock> SdkBuilder<ErrorBlock.Builder,,ErrorBlock> SdkPojo
- Enclosing class:
ErrorBlock
@Mutable
@NotThreadSafe
public static interface ErrorBlock.Builder
extends SdkPojo, CopyableBuilder<ErrorBlock.Builder,ErrorBlock>
-
Method Summary
Modifier and TypeMethodDescriptionA human-readable error message describing what went wrong during content processing.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
A human-readable error message describing what went wrong during content processing.
- Parameters:
message- A human-readable error message describing what went wrong during content processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-