Interface DeleteUniqueIdError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeleteUniqueIdError.Builder,
,DeleteUniqueIdError> SdkBuilder<DeleteUniqueIdError.Builder,
,DeleteUniqueIdError> SdkPojo
- Enclosing class:
DeleteUniqueIdError
@Mutable
@NotThreadSafe
public static interface DeleteUniqueIdError.Builder
extends SdkPojo, CopyableBuilder<DeleteUniqueIdError.Builder,DeleteUniqueIdError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error type for the batch delete unique ID operation.errorType
(DeleteUniqueIdErrorType errorType) The error type for the batch delete unique ID operation.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
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:
-
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:
-