Interface DeletedUniqueId.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeletedUniqueId.Builder,
,DeletedUniqueId> SdkBuilder<DeletedUniqueId.Builder,
,DeletedUniqueId> SdkPojo
- Enclosing class:
DeletedUniqueId
@Mutable
@NotThreadSafe
public static interface DeletedUniqueId.Builder
extends SdkPojo, CopyableBuilder<DeletedUniqueId.Builder,DeletedUniqueId>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique ID of the deleted item.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 of the deleted item.
- Parameters:
uniqueId
- The unique ID of the deleted item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-