Uses of Interface
software.amazon.awssdk.services.qbusiness.model.Index.Builder
-
Packages that use Index.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of Index.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return Index.Builder Modifier and Type Method Description static Index.BuilderIndex. builder()Index.BuilderIndex.Builder. createdAt(Instant createdAt)The Unix timestamp when the index was created.Index.BuilderIndex.Builder. displayName(String displayName)The name of the index.Index.BuilderIndex.Builder. indexId(String indexId)The identifier for the index.Index.BuilderIndex.Builder. status(String status)The current status of the index.Index.BuilderIndex.Builder. status(IndexStatus status)The current status of the index.Index.BuilderIndex. toBuilder()Index.BuilderIndex.Builder. updatedAt(Instant updatedAt)The Unix timestamp when the index was last updated.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type Index.Builder Modifier and Type Method Description static Class<? extends Index.Builder>Index. serializableBuilderClass()
-