Interface SharedResourceError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SharedResourceError.Builder,,SharedResourceError> SdkBuilder<SharedResourceError.Builder,,SharedResourceError> SdkPojo
- Enclosing class:
SharedResourceError
@Mutable
@NotThreadSafe
public static interface SharedResourceError.Builder
extends SdkPojo, CopyableBuilder<SharedResourceError.Builder,SharedResourceError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code associated with the error.code(SharedResourceErrorCode code) The error code associated with the error.The error message.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
-
code
The error code associated with the error.
- Parameters:
code- The error code associated with the error.- 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.
-