Uses of Class
software.amazon.awscdk.services.connect.CfnDataTableAttribute.Builder
Packages that use CfnDataTableAttribute.Builder
-
Uses of CfnDataTableAttribute.Builder in software.amazon.awscdk.services.connect
Methods in software.amazon.awscdk.services.connect that return CfnDataTableAttribute.BuilderModifier and TypeMethodDescriptionCfnDataTableAttribute.Builder.dataTableArn(String dataTableArn) The Amazon Resource Name (ARN) of the data table that contains this attribute.CfnDataTableAttribute.Builder.description(String description) An optional description explaining the purpose and usage of this attribute.CfnDataTableAttribute.Builder.instanceArn(String instanceArn) The Amazon Resource Name (ARN) of the instance.The human-readable name of the attribute.Boolean indicating whether this attribute is used as a primary key for record identification.CfnDataTableAttribute.Builder.primary(IResolvable primary) Boolean indicating whether this attribute is used as a primary key for record identification.CfnDataTableAttribute.Builder.validation(IResolvable validation) The validation rules applied to values of this attribute.CfnDataTableAttribute.Builder.validation(CfnDataTableAttribute.ValidationProperty validation) The validation rules applied to values of this attribute.The type of value allowed for this attribute.