Interface EvaluationFormValidationFindingItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationFormValidationFindingItem.Builder,,EvaluationFormValidationFindingItem> SdkBuilder<EvaluationFormValidationFindingItem.Builder,,EvaluationFormValidationFindingItem> SdkPojo
- Enclosing class:
EvaluationFormValidationFindingItem
@Mutable
@NotThreadSafe
public static interface EvaluationFormValidationFindingItem.Builder
extends SdkPojo, CopyableBuilder<EvaluationFormValidationFindingItem.Builder,EvaluationFormValidationFindingItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe specific property of the evaluation form item that the finding relates to.The identifier of the evaluation form item (question or section) affected by the finding.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
-
refId
The identifier of the evaluation form item (question or section) affected by the finding.
- Parameters:
refId- The identifier of the evaluation form item (question or section) affected by the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
property
The specific property of the evaluation form item that the finding relates to.
- Parameters:
property- The specific property of the evaluation form item that the finding relates to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-