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) TheObjectIdentifier
of 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 Details
-
objectIdentifier
The
ObjectIdentifier
of the index created by this operation.- Parameters:
objectIdentifier
- TheObjectIdentifier
of the index created by this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-