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