Class OpenSearchManagedClusterConfiguration
java.lang.Object
software.amazon.awssdk.services.bedrockagent.model.OpenSearchManagedClusterConfiguration
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OpenSearchManagedClusterConfiguration.Builder,OpenSearchManagedClusterConfiguration>
@Generated("software.amazon.awssdk:codegen")
public final class OpenSearchManagedClusterConfiguration
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<OpenSearchManagedClusterConfiguration.Builder,OpenSearchManagedClusterConfiguration>
Contains details about the Managed Cluster configuration of the knowledge base in Amazon OpenSearch Service. For more information, see Create a vector index in OpenSearch Managed Cluster.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe Amazon Resource Name (ARN) of the OpenSearch domain.final StringThe endpoint URL the OpenSearch domain.final booleanfinal booleanequalsBySdkFields(Object obj) Contains the names of the fields to which to map information about the vector store.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends OpenSearchManagedClusterConfiguration.Builder>final StringtoString()Returns a string representation of this object.final StringThe name of the vector store.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
domainEndpoint
The endpoint URL the OpenSearch domain.
- Returns:
- The endpoint URL the OpenSearch domain.
-
domainArn
The Amazon Resource Name (ARN) of the OpenSearch domain.
- Returns:
- The Amazon Resource Name (ARN) of the OpenSearch domain.
-
vectorIndexName
The name of the vector store.
- Returns:
- The name of the vector store.
-
fieldMapping
Contains the names of the fields to which to map information about the vector store.
- Returns:
- Contains the names of the fields to which to map information about the vector store.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<OpenSearchManagedClusterConfiguration.Builder,OpenSearchManagedClusterConfiguration>
-
builder
-
serializableBuilderClass
public static Class<? extends OpenSearchManagedClusterConfiguration.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-