Class OpenSearchServerlessConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagent.model.OpenSearchServerlessConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OpenSearchServerlessConfiguration.Builder,OpenSearchServerlessConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class OpenSearchServerlessConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OpenSearchServerlessConfiguration.Builder,OpenSearchServerlessConfiguration>
Contains details about the storage configuration of the knowledge base in Amazon OpenSearch Service. For more information, see Create a vector index in Amazon OpenSearch Service.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOpenSearchServerlessConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpenSearchServerlessConfiguration.Builderbuilder()StringcollectionArn()The Amazon Resource Name (ARN) of the OpenSearch Service vector store.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)OpenSearchServerlessFieldMappingfieldMapping()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()List<SdkField<?>>sdkFields()static Class<? extends OpenSearchServerlessConfiguration.Builder>serializableBuilderClass()OpenSearchServerlessConfiguration.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
-
collectionArn
public final String collectionArn()
The Amazon Resource Name (ARN) of the OpenSearch Service vector store.
- Returns:
- The Amazon Resource Name (ARN) of the OpenSearch Service vector store.
-
fieldMapping
public final OpenSearchServerlessFieldMapping 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.
-
vectorIndexName
public final String vectorIndexName()
The name of the vector store.
- Returns:
- The name of the vector store.
-
toBuilder
public OpenSearchServerlessConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OpenSearchServerlessConfiguration.Builder,OpenSearchServerlessConfiguration>
-
builder
public static OpenSearchServerlessConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends OpenSearchServerlessConfiguration.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.
-
-