Interface EvaluationFormVersionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EvaluationFormVersionSummary.Builder,
,EvaluationFormVersionSummary> SdkBuilder<EvaluationFormVersionSummary.Builder,
,EvaluationFormVersionSummary> SdkPojo
- Enclosing class:
EvaluationFormVersionSummary
public static interface EvaluationFormVersionSummary.Builder
extends SdkPojo, CopyableBuilder<EvaluationFormVersionSummary.Builder,EvaluationFormVersionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the user who created the evaluation form.createdTime
(Instant createdTime) The timestamp for when the evaluation form was created.evaluationFormArn
(String evaluationFormArn) The Amazon Resource Name (ARN) for the evaluation form resource.evaluationFormId
(String evaluationFormId) The unique identifier for the evaluation form.evaluationFormVersion
(Integer evaluationFormVersion) A version of the evaluation form.lastModifiedBy
(String lastModifiedBy) The Amazon Resource Name (ARN) of the user who last updated the evaluation form.lastModifiedTime
(Instant lastModifiedTime) The timestamp for when the evaluation form was last updated.The flag indicating whether the evaluation form is locked for changes.The status of the evaluation form.status
(EvaluationFormVersionStatus status) The status of the evaluation form.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, sdkFields
-
Method Details
-
evaluationFormArn
The Amazon Resource Name (ARN) for the evaluation form resource.
- Parameters:
evaluationFormArn
- The Amazon Resource Name (ARN) for the evaluation form resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluationFormId
The unique identifier for the evaluation form.
- Parameters:
evaluationFormId
- The unique identifier for the evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluationFormVersion
A version of the evaluation form.
- Parameters:
evaluationFormVersion
- A version of the evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locked
The flag indicating whether the evaluation form is locked for changes.
- Parameters:
locked
- The flag indicating whether the evaluation form is locked for changes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the evaluation form.
- Parameters:
status
- The status of the evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the evaluation form.
- Parameters:
status
- The status of the evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdTime
The timestamp for when the evaluation form was created.
- Parameters:
createdTime
- The timestamp for when the evaluation form was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The Amazon Resource Name (ARN) of the user who created the evaluation form.
- Parameters:
createdBy
- The Amazon Resource Name (ARN) of the user who created the evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The timestamp for when the evaluation form was last updated.
- Parameters:
lastModifiedTime
- The timestamp for when the evaluation form was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
- Parameters:
lastModifiedBy
- The Amazon Resource Name (ARN) of the user who last updated the evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-