Interface DeletedUniqueId.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeletedUniqueId.Builder,DeletedUniqueId>,SdkBuilder<DeletedUniqueId.Builder,DeletedUniqueId>,SdkPojo
- Enclosing class:
- DeletedUniqueId
public static interface DeletedUniqueId.Builder extends SdkPojo, CopyableBuilder<DeletedUniqueId.Builder,DeletedUniqueId>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeletedUniqueId.BuilderuniqueId(String uniqueId)The 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, sdkFields
-
-
-
-
Method Detail
-
uniqueId
DeletedUniqueId.Builder uniqueId(String 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.
-
-