Interface EvaluationFormTargetConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationFormTargetConfiguration.Builder,,EvaluationFormTargetConfiguration> SdkBuilder<EvaluationFormTargetConfiguration.Builder,,EvaluationFormTargetConfiguration> SdkPojo
- Enclosing class:
EvaluationFormTargetConfiguration
@Mutable
@NotThreadSafe
public static interface EvaluationFormTargetConfiguration.Builder
extends SdkPojo, CopyableBuilder<EvaluationFormTargetConfiguration.Builder,EvaluationFormTargetConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioncontactInteractionType(String contactInteractionType) The contact interaction type for this evaluation form.contactInteractionType(ContactInteractionType contactInteractionType) The contact interaction type for this 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
-
contactInteractionType
The contact interaction type for this evaluation form.
- Parameters:
contactInteractionType- The contact interaction type for this evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contactInteractionType
EvaluationFormTargetConfiguration.Builder contactInteractionType(ContactInteractionType contactInteractionType) The contact interaction type for this evaluation form.
- Parameters:
contactInteractionType- The contact interaction type for this evaluation form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-