Interface DescribeRescoreExecutionPlanResponse.Builder

    • Method Detail

      • id

        DescribeRescoreExecutionPlanResponse.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.
      • arn

        DescribeRescoreExecutionPlanResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the rescore execution plan.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the rescore execution plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        DescribeRescoreExecutionPlanResponse.Builder name​(String name)

        The name for the rescore execution plan.

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

        DescribeRescoreExecutionPlanResponse.Builder description​(String description)

        The description for the rescore execution plan.

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

        DescribeRescoreExecutionPlanResponse.Builder capacityUnits​(CapacityUnitsConfiguration capacityUnits)

        The capacity units set for the rescore execution plan. A capacity of zero indicates that the rescore execution plan is using the default capacity. For more information on the default capacity and additional capacity units, see Adjusting capacity.

        Parameters:
        capacityUnits - The capacity units set for the rescore execution plan. A capacity of zero indicates that the rescore execution plan is using the default capacity. For more information on the default capacity and additional capacity units, see Adjusting capacity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        DescribeRescoreExecutionPlanResponse.Builder createdAt​(Instant createdAt)

        The Unix timestamp of when the rescore execution plan was created.

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

        DescribeRescoreExecutionPlanResponse.Builder updatedAt​(Instant updatedAt)

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

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

        DescribeRescoreExecutionPlanResponse.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. If the Status field value is FAILED, the ErrorMessage field contains a message that explains why.

        Parameters:
        status - The current status of the rescore execution plan. When the value is ACTIVE, the rescore execution plan is ready for use. If the Status field value is FAILED, the ErrorMessage field contains a message that explains why.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RescoreExecutionPlanStatus, RescoreExecutionPlanStatus
      • status

        DescribeRescoreExecutionPlanResponse.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. If the Status field value is FAILED, the ErrorMessage field contains a message that explains why.

        Parameters:
        status - The current status of the rescore execution plan. When the value is ACTIVE, the rescore execution plan is ready for use. If the Status field value is FAILED, the ErrorMessage field contains a message that explains why.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RescoreExecutionPlanStatus, RescoreExecutionPlanStatus
      • errorMessage

        DescribeRescoreExecutionPlanResponse.Builder errorMessage​(String errorMessage)

        When the Status field value is FAILED, the ErrorMessage field contains a message that explains why.

        Parameters:
        errorMessage - When the Status field value is FAILED, the ErrorMessage field contains a message that explains why.
        Returns:
        Returns a reference to this object so that method calls can be chained together.