| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendraranking.model |
| Modifier and Type | Method and Description |
|---|---|
static RescoreExecutionPlanSummary.Builder |
RescoreExecutionPlanSummary.builder() |
RescoreExecutionPlanSummary.Builder |
RescoreExecutionPlanSummary.Builder.createdAt(Instant createdAt)
The Unix timestamp when the rescore execution plan was created.
|
RescoreExecutionPlanSummary.Builder |
RescoreExecutionPlanSummary.Builder.id(String id)
The identifier of the rescore execution plan.
|
RescoreExecutionPlanSummary.Builder |
RescoreExecutionPlanSummary.Builder.name(String name)
The name of the rescore execution plan.
|
RescoreExecutionPlanSummary.Builder |
RescoreExecutionPlanSummary.Builder.status(RescoreExecutionPlanStatus status)
The current status of the rescore execution plan.
|
RescoreExecutionPlanSummary.Builder |
RescoreExecutionPlanSummary.Builder.status(String status)
The current status of the rescore execution plan.
|
RescoreExecutionPlanSummary.Builder |
RescoreExecutionPlanSummary.toBuilder() |
RescoreExecutionPlanSummary.Builder |
RescoreExecutionPlanSummary.Builder.updatedAt(Instant updatedAt)
The Unix timestamp when the rescore execution plan was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RescoreExecutionPlanSummary.Builder> |
RescoreExecutionPlanSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.