Class InputPredefinedAttributeConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.InputPredefinedAttributeConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InputPredefinedAttributeConfiguration.Builder,InputPredefinedAttributeConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class InputPredefinedAttributeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputPredefinedAttributeConfiguration.Builder,InputPredefinedAttributeConfiguration>
Custom metadata that is associated to predefined attributes to control behavior in upstream services, such as controlling how a predefined attribute should be displayed in the Amazon Connect admin website.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInputPredefinedAttributeConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputPredefinedAttributeConfiguration.Builderbuilder()BooleanenableValueValidationOnAssociation()When this parameter is set to true, Amazon Connect enforces strict validation on the specific values, if the values are predefined in attributes.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends InputPredefinedAttributeConfiguration.Builder>serializableBuilderClass()InputPredefinedAttributeConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
enableValueValidationOnAssociation
public final 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.
- Returns:
- 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.
-
toBuilder
public InputPredefinedAttributeConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InputPredefinedAttributeConfiguration.Builder,InputPredefinedAttributeConfiguration>
-
builder
public static InputPredefinedAttributeConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends InputPredefinedAttributeConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-