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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOpenSearchManagedClusterConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpenSearchManagedClusterConfiguration.Builderbuilder()StringdomainArn()The Amazon Resource Name (ARN) of the OpenSearch domain.StringdomainEndpoint()The endpoint URL the OpenSearch domain.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)OpenSearchManagedClusterFieldMappingfieldMapping()Contains the names of the fields to which to map information about the vector store.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends OpenSearchManagedClusterConfiguration.Builder>serializableBuilderClass()OpenSearchManagedClusterConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvectorIndexName()The name of the vector store.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
domainEndpoint
public final String domainEndpoint()
The endpoint URL the OpenSearch domain.
- Returns:
- The endpoint URL the OpenSearch domain.
-
domainArn
public final String domainArn()
The Amazon Resource Name (ARN) of the OpenSearch domain.
- Returns:
- The Amazon Resource Name (ARN) of the OpenSearch domain.
-
vectorIndexName
public final String vectorIndexName()
The name of the vector store.
- Returns:
- The name of the vector store.
-
fieldMapping
public final OpenSearchManagedClusterFieldMapping 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
public OpenSearchManagedClusterConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OpenSearchManagedClusterConfiguration.Builder,OpenSearchManagedClusterConfiguration>
-
builder
public static OpenSearchManagedClusterConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends OpenSearchManagedClusterConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-