Uses of Interface
software.amazon.awssdk.services.iot.model.OpenSearchAction.Builder
-
Packages that use OpenSearchAction.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of OpenSearchAction.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return OpenSearchAction.Builder Modifier and Type Method Description static OpenSearchAction.BuilderOpenSearchAction. builder()OpenSearchAction.BuilderOpenSearchAction.Builder. endpoint(String endpoint)The endpoint of your OpenSearch domain.OpenSearchAction.BuilderOpenSearchAction.Builder. id(String id)The unique identifier for the document you are storing.OpenSearchAction.BuilderOpenSearchAction.Builder. index(String index)The OpenSearch index where you want to store your data.OpenSearchAction.BuilderOpenSearchAction.Builder. roleArn(String roleArn)The IAM role ARN that has access to OpenSearch.OpenSearchAction.BuilderOpenSearchAction. toBuilder()OpenSearchAction.BuilderOpenSearchAction.Builder. type(String type)The type of document you are storing.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type OpenSearchAction.Builder Modifier and Type Method Description static Class<? extends OpenSearchAction.Builder>OpenSearchAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type OpenSearchAction.Builder Modifier and Type Method Description default Action.BuilderAction.Builder. openSearch(Consumer<OpenSearchAction.Builder> openSearch)Write data to an Amazon OpenSearch Service domain.
-