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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe 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.
 
- 
idThe 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.
 
- 
createdAtThe 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.
 
- 
updatedAtThe 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
 
-