Interface UpdateIndexResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateIndexResponse.Builder,,UpdateIndexResponse> OpenSearchResponse.Builder,SdkBuilder<UpdateIndexResponse.Builder,,UpdateIndexResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateIndexResponse
@Mutable
@NotThreadSafe
public static interface UpdateIndexResponse.Builder
extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<UpdateIndexResponse.Builder,UpdateIndexResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the index update operation.status(IndexStatus status) The status of the index update operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchResponse.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
-
status
The status of the index update operation.
- Parameters:
status- The status of the index update operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the index update operation.
- Parameters:
status- The status of the index update operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-