Interface EvaluationFormSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationFormSummary.Builder,EvaluationFormSummary>,SdkBuilder<EvaluationFormSummary.Builder,EvaluationFormSummary>,SdkPojo
- Enclosing class:
- EvaluationFormSummary
public static interface EvaluationFormSummary.Builder extends SdkPojo, CopyableBuilder<EvaluationFormSummary.Builder,EvaluationFormSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationFormSummary.BuilderactiveVersion(Integer activeVersion)The version of the active evaluation form version.EvaluationFormSummary.BuildercreatedBy(String createdBy)The Amazon Resource Name (ARN) of the user who created the evaluation form.EvaluationFormSummary.BuildercreatedTime(Instant createdTime)The timestamp for when the evaluation form was created.EvaluationFormSummary.BuilderevaluationFormArn(String evaluationFormArn)The Amazon Resource Name (ARN) for the evaluation form resource.EvaluationFormSummary.BuilderevaluationFormId(String evaluationFormId)The unique identifier for the evaluation form.EvaluationFormSummary.BuilderlastActivatedBy(String lastActivatedBy)The Amazon Resource Name (ARN) of the user who last activated the evaluation form.EvaluationFormSummary.BuilderlastActivatedTime(Instant lastActivatedTime)The timestamp for when the evaluation form was last activated.EvaluationFormSummary.BuilderlastModifiedBy(String lastModifiedBy)The Amazon Resource Name (ARN) of the user who last updated the evaluation form.EvaluationFormSummary.BuilderlastModifiedTime(Instant lastModifiedTime)The timestamp for when the evaluation form was last updated.EvaluationFormSummary.BuilderlatestVersion(Integer latestVersion)The version number of the latest evaluation form version.EvaluationFormSummary.Buildertitle(String title)A title 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 Detail
-
evaluationFormId
EvaluationFormSummary.Builder evaluationFormId(String 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
EvaluationFormSummary.Builder evaluationFormArn(String 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
EvaluationFormSummary.Builder title(String title)
A title of the evaluation form.
- Parameters:
title- A title of the evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
EvaluationFormSummary.Builder createdTime(Instant 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
EvaluationFormSummary.Builder createdBy(String 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
EvaluationFormSummary.Builder lastModifiedTime(Instant 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
EvaluationFormSummary.Builder lastModifiedBy(String 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.
-
lastActivatedTime
EvaluationFormSummary.Builder lastActivatedTime(Instant lastActivatedTime)
The timestamp for when the evaluation form was last activated.
- Parameters:
lastActivatedTime- The timestamp for when the evaluation form was last activated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastActivatedBy
EvaluationFormSummary.Builder lastActivatedBy(String lastActivatedBy)
The Amazon Resource Name (ARN) of the user who last activated the evaluation form.
- Parameters:
lastActivatedBy- The Amazon Resource Name (ARN) of the user who last activated the evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestVersion
EvaluationFormSummary.Builder latestVersion(Integer latestVersion)
The version number of the latest evaluation form version.
- Parameters:
latestVersion- The version number of the latest evaluation form version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activeVersion
EvaluationFormSummary.Builder activeVersion(Integer activeVersion)
The version of the active evaluation form version.
- Parameters:
activeVersion- The version of the active evaluation form version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-