Uses of Class
software.amazon.awscdk.services.connect.CfnPredefinedAttribute.Builder
Packages that use CfnPredefinedAttribute.Builder
-
Uses of CfnPredefinedAttribute.Builder in software.amazon.awscdk.services.connect
Methods in software.amazon.awscdk.services.connect that return CfnPredefinedAttribute.BuilderModifier and TypeMethodDescriptionCfnPredefinedAttribute.Builder.attributeConfiguration(IResolvable attributeConfiguration) 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.CfnPredefinedAttribute.Builder.attributeConfiguration(CfnPredefinedAttribute.AttributeConfigurationProperty attributeConfiguration) 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.CfnPredefinedAttribute.Builder.instanceArn(String instanceArn) The Amazon Resource Name (ARN) of the instance.The name of the predefined attribute.Values that enable you to categorize your predefined attributes.CfnPredefinedAttribute.Builder.values(IResolvable values) The values of a predefined attribute.CfnPredefinedAttribute.Builder.values(CfnPredefinedAttribute.ValuesProperty values) The values of a predefined attribute.