Interface PredefinedAttributeConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PredefinedAttributeConfiguration.Builder,
,PredefinedAttributeConfiguration> SdkBuilder<PredefinedAttributeConfiguration.Builder,
,PredefinedAttributeConfiguration> SdkPojo
- Enclosing class:
PredefinedAttributeConfiguration
@Mutable
@NotThreadSafe
public static interface PredefinedAttributeConfiguration.Builder
extends SdkPojo, CopyableBuilder<PredefinedAttributeConfiguration.Builder,PredefinedAttributeConfiguration>
-
Method Summary
Modifier 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.isReadOnly
(Boolean isReadOnly) A boolean flag used to indicate whether a predefined attribute should be displayed in the Amazon Connect admin website.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, sdkFieldNameToField, sdkFields
-
Method Details
-
enableValueValidationOnAssociation
PredefinedAttributeConfiguration.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 teh 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 teh predefined attribute key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isReadOnly
A boolean flag used to indicate whether a predefined attribute should be displayed in the Amazon Connect admin website.
- Parameters:
isReadOnly
- A boolean flag used to indicate whether a predefined attribute should be displayed in the Amazon Connect admin website.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-