public static interface RescoreExecutionPlanSummary.Builder extends SdkPojo, CopyableBuilder<RescoreExecutionPlanSummary.Builder,RescoreExecutionPlanSummary>
| Modifier and Type | Method and Description |
|---|---|
RescoreExecutionPlanSummary.Builder |
createdAt(Instant createdAt)
The Unix timestamp when the rescore execution plan was created.
|
RescoreExecutionPlanSummary.Builder |
id(String id)
The identifier of the rescore execution plan.
|
RescoreExecutionPlanSummary.Builder |
name(String name)
The name of the rescore execution plan.
|
RescoreExecutionPlanSummary.Builder |
status(RescoreExecutionPlanStatus status)
The current status of the rescore execution plan.
|
RescoreExecutionPlanSummary.Builder |
status(String status)
The current status of the rescore execution plan.
|
RescoreExecutionPlanSummary.Builder |
updatedAt(Instant updatedAt)
The Unix timestamp when the rescore execution plan was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRescoreExecutionPlanSummary.Builder name(String name)
The name of the rescore execution plan.
name - The name of the rescore execution plan.RescoreExecutionPlanSummary.Builder id(String id)
The identifier of the rescore execution plan.
id - The identifier of the rescore execution plan.RescoreExecutionPlanSummary.Builder createdAt(Instant createdAt)
The Unix timestamp when the rescore execution plan was created.
createdAt - The Unix timestamp when the rescore execution plan was created.RescoreExecutionPlanSummary.Builder updatedAt(Instant updatedAt)
The Unix timestamp when the rescore execution plan was last updated.
updatedAt - The Unix timestamp when the rescore execution plan was last updated.RescoreExecutionPlanSummary.Builder status(String status)
The current status of the rescore execution plan. When the value is ACTIVE, the rescore
execution plan is ready for use.
status - The current status of the rescore execution plan. When the value is ACTIVE, the rescore
execution plan is ready for use.RescoreExecutionPlanStatus,
RescoreExecutionPlanStatusRescoreExecutionPlanSummary.Builder status(RescoreExecutionPlanStatus status)
The current status of the rescore execution plan. When the value is ACTIVE, the rescore
execution plan is ready for use.
status - The current status of the rescore execution plan. When the value is ACTIVE, the rescore
execution plan is ready for use.RescoreExecutionPlanStatus,
RescoreExecutionPlanStatusCopyright © 2023. All rights reserved.