Interface RescoreExecutionPlanSummary.Builder

    • Method Detail

      • name

        RescoreExecutionPlanSummary.Builder name​(String name)

        The name of the rescore execution plan.

        Parameters:
        name - The name of the rescore execution plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        RescoreExecutionPlanSummary.Builder id​(String id)

        The identifier of the rescore execution plan.

        Parameters:
        id - The identifier of the rescore execution plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        RescoreExecutionPlanSummary.Builder createdAt​(Instant createdAt)

        The Unix timestamp when the rescore execution plan was created.

        Parameters:
        createdAt - The Unix timestamp when the rescore execution plan was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        RescoreExecutionPlanSummary.Builder updatedAt​(Instant updatedAt)

        The Unix timestamp when the rescore execution plan was last updated.

        Parameters:
        updatedAt - The Unix timestamp when the rescore execution plan was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        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.

        Parameters:
        status - The current status of the rescore execution plan. When the value is ACTIVE, the rescore execution plan is ready for use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RescoreExecutionPlanStatus, RescoreExecutionPlanStatus