Interface ErrorDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ErrorDetails.Builder,
,ErrorDetails> SdkBuilder<ErrorDetails.Builder,
,ErrorDetails> SdkPojo
- Enclosing class:
ErrorDetails
@Mutable
@NotThreadSafe
public static interface ErrorDetails.Builder
extends SdkPojo, CopyableBuilder<ErrorDetails.Builder,ErrorDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code.The error code.The error message.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
-
code
The error code.
- Parameters:
code
- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
The error code.
- Parameters:
code
- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
The error message.
- Parameters:
message
- The error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-