Interface EvaluationFormSearchSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationFormSearchSummary.Builder,,EvaluationFormSearchSummary> SdkBuilder<EvaluationFormSearchSummary.Builder,,EvaluationFormSearchSummary> SdkPojo
- Enclosing class:
EvaluationFormSearchSummary
-
Method Summary
Modifier and TypeMethodDescriptionactiveVersion(Integer activeVersion) Active version of the evaluation form.autoEvaluationEnabled(Boolean autoEvaluationEnabled) Whether automated evaluation is enabled.Who created the evaluation form.createdTime(Instant createdTime) When the evaluation form was created.description(String description) The description of the evaluation form.evaluationFormArn(String evaluationFormArn) The Amazon Resource Name (ARN) for the evaluation form resource.evaluationFormId(String evaluationFormId) The unique identifier for the evaluation form.lastActivatedBy(String lastActivatedBy) The ID of user who last activated evaluation form.lastActivatedTime(Instant lastActivatedTime) When the evaluation format was last activated.lastModifiedBy(String lastModifiedBy) Who changed the evaluation form.lastModifiedTime(Instant lastModifiedTime) When the evaluation form was last changed.latestVersion(Integer latestVersion) Latest version of the evaluation form.The status of the evaluation form.status(EvaluationFormVersionStatus status) The status of the evaluation form.The tags used to organize, track, or control access for this resource.The title of the evaluation form.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
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.
-
title
The title of the evaluation form.
- Parameters:
title- The title of the evaluation form.- 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:
-
description
The description of the evaluation form.
- Parameters:
description- The description of the evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
When the evaluation form was created.
- Parameters:
createdTime- When the evaluation form was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
Who created the evaluation form.
- Parameters:
createdBy- Who created the evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
When the evaluation form was last changed.
- Parameters:
lastModifiedTime- When the evaluation form was last changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
Who changed the evaluation form.
- Parameters:
lastModifiedBy- Who changed the evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastActivatedTime
When the evaluation format was last activated.
- Parameters:
lastActivatedTime- When the evaluation format was last activated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastActivatedBy
The ID of user who last activated evaluation form.
- Parameters:
lastActivatedBy- The ID of user who last activated evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestVersion
Latest version of the evaluation form.
- Parameters:
latestVersion- Latest version of the evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activeVersion
Active version of the evaluation form.
- Parameters:
activeVersion- Active version of the evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoEvaluationEnabled
Whether automated evaluation is enabled.
- Parameters:
autoEvaluationEnabled- Whether automated evaluation is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
- Parameters:
tags- The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-