Interface Delete.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Delete.Builder,
,Delete> SdkBuilder<Delete.Builder,
,Delete> SdkPojo
- Enclosing class:
Delete
-
Method Summary
Modifier and TypeMethodDescriptionobjects
(Collection<ObjectIdentifier> objects) The object to delete.objects
(Consumer<ObjectIdentifier.Builder>... objects) The object to delete.objects
(ObjectIdentifier... objects) The object to delete.Element to enable quiet mode for the request.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 Details
-
objects
The object to delete.
- Parameters:
objects
- The object to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objects
The object to delete.
- Parameters:
objects
- The object to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objects
The object to delete.
This is a convenience method that creates an instance of theObjectIdentifier.Builder
avoiding the need to create one manually viaObjectIdentifier.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toobjects(List<ObjectIdentifier>)
.- Parameters:
objects
- a consumer that will call methods onObjectIdentifier.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
quiet
Element to enable quiet mode for the request. When you add this element, you must set its value to true.
- Parameters:
quiet
- Element to enable quiet mode for the request. When you add this element, you must set its value to true.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-