Package com.pulumi.aws.kendra.outputs
Class IndexDocumentMetadataConfigurationUpdate
- java.lang.Object
-
- com.pulumi.aws.kendra.outputs.IndexDocumentMetadataConfigurationUpdate
-
public final class IndexDocumentMetadataConfigurationUpdate extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IndexDocumentMetadataConfigurationUpdate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndexDocumentMetadataConfigurationUpdate.Builder
builder()
static IndexDocumentMetadataConfigurationUpdate.Builder
builder(IndexDocumentMetadataConfigurationUpdate defaults)
java.lang.String
name()
java.util.Optional<IndexDocumentMetadataConfigurationUpdateRelevance>
relevance()
java.util.Optional<IndexDocumentMetadataConfigurationUpdateSearch>
search()
java.lang.String
type()
-
-
-
Method Detail
-
name
public java.lang.String name()
- Returns:
- The name of the index field. Minimum length of 1. Maximum length of 30.
-
relevance
public java.util.Optional<IndexDocumentMetadataConfigurationUpdateRelevance> relevance()
- Returns:
- A block that provides manual tuning parameters to determine how the field affects the search results. Detailed below
-
search
public java.util.Optional<IndexDocumentMetadataConfigurationUpdateSearch> search()
- Returns:
- A block that provides information about how the field is used during a search. Documented below. Detailed below
-
type
public java.lang.String type()
- Returns:
- The data type of the index field. Valid values are `STRING_VALUE`, `STRING_LIST_VALUE`, `LONG_VALUE`, `DATE_VALUE`.
-
builder
public static IndexDocumentMetadataConfigurationUpdate.Builder builder()
-
builder
public static IndexDocumentMetadataConfigurationUpdate.Builder builder(IndexDocumentMetadataConfigurationUpdate defaults)
-
-