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
Modifier and TypeMethodDescriptiondetachedObjectIdentifier(String detachedObjectIdentifier) TheObjectIdentifierof the object that was detached from the index.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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.
 
 
 -