Interface DeleteUniqueIdError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeleteUniqueIdError.Builder,DeleteUniqueIdError>,SdkBuilder<DeleteUniqueIdError.Builder,DeleteUniqueIdError>,SdkPojo
- Enclosing class:
- DeleteUniqueIdError
public static interface DeleteUniqueIdError.Builder extends SdkPojo, CopyableBuilder<DeleteUniqueIdError.Builder,DeleteUniqueIdError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteUniqueIdError.BuildererrorType(String errorType)The error type for the batch delete unique ID operation.DeleteUniqueIdError.BuildererrorType(DeleteUniqueIdErrorType errorType)The error type for the batch delete unique ID operation.DeleteUniqueIdError.BuilderuniqueId(String uniqueId)The unique ID that could not 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, sdkFields
-
-
-
-
Method Detail
-
errorType
DeleteUniqueIdError.Builder errorType(String errorType)
The error type for the batch delete unique ID operation.
- Parameters:
errorType- The error type for the batch delete unique ID operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeleteUniqueIdErrorType,DeleteUniqueIdErrorType
-
errorType
DeleteUniqueIdError.Builder errorType(DeleteUniqueIdErrorType errorType)
The error type for the batch delete unique ID operation.
- Parameters:
errorType- The error type for the batch delete unique ID operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeleteUniqueIdErrorType,DeleteUniqueIdErrorType
-
uniqueId
DeleteUniqueIdError.Builder uniqueId(String uniqueId)
The unique ID that could not be deleted.
- Parameters:
uniqueId- The unique ID that could not be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-