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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ErrorBlock.Buildermessage(String message)A human-readable error message describing what went wrong during content processing.-
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 Detail
-
message
ErrorBlock.Builder message(String 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.
-
-