Interface GetIndexResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetIndexResponse.Builder,,GetIndexResponse> OpenSearchServerlessResponse.Builder,SdkBuilder<GetIndexResponse.Builder,,GetIndexResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetIndexResponse
@Mutable
@NotThreadSafe
public static interface GetIndexResponse.Builder
extends OpenSearchServerlessResponse.Builder, SdkPojo, CopyableBuilder<GetIndexResponse.Builder,GetIndexResponse>
-
Method Summary
Modifier and TypeMethodDescriptionindexSchema(Document indexSchema) The JSON schema definition for the index, including field mappings and settings.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.opensearchserverless.model.OpenSearchServerlessResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
indexSchema
The JSON schema definition for the index, including field mappings and settings.
- Parameters:
indexSchema- The JSON schema definition for the index, including field mappings and settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-