Interface BatchDetachFromIndexResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchDetachFromIndexResponse.Builder,BatchDetachFromIndexResponse>,SdkBuilder<BatchDetachFromIndexResponse.Builder,BatchDetachFromIndexResponse>,SdkPojo
- Enclosing class:
- BatchDetachFromIndexResponse
public static interface BatchDetachFromIndexResponse.Builder extends SdkPojo, CopyableBuilder<BatchDetachFromIndexResponse.Builder,BatchDetachFromIndexResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDetachFromIndexResponse.BuilderdetachedObjectIdentifier(String detachedObjectIdentifier)TheObjectIdentifierof the object that was detached from the index.-
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
-
detachedObjectIdentifier
BatchDetachFromIndexResponse.Builder detachedObjectIdentifier(String detachedObjectIdentifier)
The
ObjectIdentifierof the object that was detached from the index.- Parameters:
detachedObjectIdentifier- TheObjectIdentifierof the object that was detached from the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-