Interface DeleteUniqueIdError.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DeleteUniqueIdError.Builder,,- DeleteUniqueIdError> - SdkBuilder<DeleteUniqueIdError.Builder,,- DeleteUniqueIdError> - SdkPojo
- Enclosing class:
- DeleteUniqueIdError
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
uniqueIdThe 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.
 
- 
errorTypeThe error type for the delete unique ID operation. The SERVICE_ERRORvalue indicates that an internal service-side problem occurred during the deletion operation.The VALIDATION_ERRORvalue 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_ERRORvalue indicates that an internal service-side problem occurred during the deletion operation.- The - VALIDATION_ERRORvalue 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:
 
- 
errorTypeThe error type for the delete unique ID operation. The SERVICE_ERRORvalue indicates that an internal service-side problem occurred during the deletion operation.The VALIDATION_ERRORvalue 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_ERRORvalue indicates that an internal service-side problem occurred during the deletion operation.- The - VALIDATION_ERRORvalue 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:
 
 
-