Interface DeleteUniqueIdError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeleteUniqueIdError.Builder,
,DeleteUniqueIdError> SdkBuilder<DeleteUniqueIdError.Builder,
,DeleteUniqueIdError> SdkPojo
- Enclosing class:
DeleteUniqueIdError
-
Method Summary
Modifier and TypeMethodDescriptionThe error type for the delete unique ID operation.errorType
(DeleteUniqueIdErrorType errorType) The error type for the delete unique ID operation.The unique ID that couldn't be deleted.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
-
uniqueId
The unique ID that couldn't be deleted.
- Parameters:
uniqueId
- The unique ID that couldn't be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorType
The error type for the delete unique ID operation.
The
SERVICE_ERROR
value indicates that an internal service-side problem occurred during the deletion operation.The
VALIDATION_ERROR
value indicates that the deletion operation couldn't complete because of invalid input parameters or data.- Parameters:
errorType
- The error type for the delete unique ID operation.The
SERVICE_ERROR
value indicates that an internal service-side problem occurred during the deletion operation.The
VALIDATION_ERROR
value indicates that the deletion operation couldn't complete because of invalid input parameters or data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorType
The error type for the delete unique ID operation.
The
SERVICE_ERROR
value indicates that an internal service-side problem occurred during the deletion operation.The
VALIDATION_ERROR
value indicates that the deletion operation couldn't complete because of invalid input parameters or data.- Parameters:
errorType
- The error type for the delete unique ID operation.The
SERVICE_ERROR
value indicates that an internal service-side problem occurred during the deletion operation.The
VALIDATION_ERROR
value indicates that the deletion operation couldn't complete because of invalid input parameters or data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-