@Generated(value="software.amazon.awssdk:codegen") public final class OpenSearchAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OpenSearchAction.Builder,OpenSearchAction>
Describes an action that writes data to an Amazon OpenSearch Service domain.
Modifier and Type | Class and Description |
---|---|
static interface |
OpenSearchAction.Builder |
Modifier and Type | Method and Description |
---|---|
static OpenSearchAction.Builder |
builder() |
String |
endpoint()
The endpoint of your OpenSearch domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier for the document you are storing.
|
String |
index()
The OpenSearch index where you want to store your data.
|
String |
roleArn()
The IAM role ARN that has access to OpenSearch.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OpenSearchAction.Builder> |
serializableBuilderClass() |
OpenSearchAction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of document you are storing.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String roleArn()
The IAM role ARN that has access to OpenSearch.
public final String endpoint()
The endpoint of your OpenSearch domain.
public final String index()
The OpenSearch index where you want to store your data.
public final String type()
The type of document you are storing.
public final String id()
The unique identifier for the document you are storing.
public OpenSearchAction.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<OpenSearchAction.Builder,OpenSearchAction>
public static OpenSearchAction.Builder builder()
public static Class<? extends OpenSearchAction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.