Interface BatchCreateIndexResponse.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BatchCreateIndexResponse.Builder,,BatchCreateIndexResponse> SdkBuilder<BatchCreateIndexResponse.Builder,,BatchCreateIndexResponse> SdkPojo
- Enclosing class:
 BatchCreateIndexResponse
public static interface BatchCreateIndexResponse.Builder
extends SdkPojo, CopyableBuilder<BatchCreateIndexResponse.Builder,BatchCreateIndexResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionobjectIdentifier(String objectIdentifier) TheObjectIdentifierof the index created by this operation.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
- 
objectIdentifier
The
ObjectIdentifierof the index created by this operation.- Parameters:
 objectIdentifier- TheObjectIdentifierof the index created by this operation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -