Interface InputPredefinedAttributeConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<InputPredefinedAttributeConfiguration.Builder,,- InputPredefinedAttributeConfiguration> - SdkBuilder<InputPredefinedAttributeConfiguration.Builder,,- InputPredefinedAttributeConfiguration> - SdkPojo
- Enclosing class:
- InputPredefinedAttributeConfiguration
@Mutable
@NotThreadSafe
public static interface InputPredefinedAttributeConfiguration.Builder
extends SdkPojo, CopyableBuilder<InputPredefinedAttributeConfiguration.Builder,InputPredefinedAttributeConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionenableValueValidationOnAssociation(Boolean enableValueValidationOnAssociation) When this parameter is set to true, Amazon Connect enforces strict validation on the specific values, if the values are predefined in attributes.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
enableValueValidationOnAssociationInputPredefinedAttributeConfiguration.Builder enableValueValidationOnAssociation(Boolean enableValueValidationOnAssociation) When this parameter is set to true, Amazon Connect enforces strict validation on the specific values, if the values are predefined in attributes. The contact will store only valid and predefined values for the predefined attribute key. - Parameters:
- enableValueValidationOnAssociation- When this parameter is set to true, Amazon Connect enforces strict validation on the specific values, if the values are predefined in attributes. The contact will store only valid and predefined values for the predefined attribute key.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-