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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchCreateIndexResponse.BuilderobjectIdentifier(String objectIdentifier)TheObjectIdentifierof the index created by this operation.-
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
-
objectIdentifier
BatchCreateIndexResponse.Builder objectIdentifier(String 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.
-
-