Interface RescoreExecutionPlanSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RescoreExecutionPlanSummary.Builder,
,RescoreExecutionPlanSummary> SdkBuilder<RescoreExecutionPlanSummary.Builder,
,RescoreExecutionPlanSummary> SdkPojo
- Enclosing class:
RescoreExecutionPlanSummary
@Mutable
@NotThreadSafe
public static interface RescoreExecutionPlanSummary.Builder
extends SdkPojo, CopyableBuilder<RescoreExecutionPlanSummary.Builder,RescoreExecutionPlanSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Unix timestamp when the rescore execution plan was created.The identifier of the rescore execution plan.The name of the rescore execution plan.The current status of the rescore execution plan.status
(RescoreExecutionPlanStatus status) The current status of the rescore execution plan.The Unix timestamp when the rescore execution plan was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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 isACTIVE
, 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:
-
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 isACTIVE
, 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:
-