Uses of Interface
software.amazon.awssdk.services.chatbot.model.CustomActionAttachmentCriteria.Builder
-
Packages that use CustomActionAttachmentCriteria.Builder Package Description software.amazon.awssdk.services.chatbot.model -
-
Uses of CustomActionAttachmentCriteria.Builder in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return CustomActionAttachmentCriteria.Builder Modifier and Type Method Description static CustomActionAttachmentCriteria.BuilderCustomActionAttachmentCriteria. builder()CustomActionAttachmentCriteria.BuilderCustomActionAttachmentCriteria.Builder. operator(String operator)The operation to perform on the named variable.CustomActionAttachmentCriteria.BuilderCustomActionAttachmentCriteria.Builder. operator(CustomActionAttachmentCriteriaOperator operator)The operation to perform on the named variable.CustomActionAttachmentCriteria.BuilderCustomActionAttachmentCriteria. toBuilder()CustomActionAttachmentCriteria.BuilderCustomActionAttachmentCriteria.Builder. value(String value)A value that is compared with the actual value of the variable based on the behavior of the operator.CustomActionAttachmentCriteria.BuilderCustomActionAttachmentCriteria.Builder. variableName(String variableName)The name of the variable to operate on.Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type CustomActionAttachmentCriteria.Builder Modifier and Type Method Description static Class<? extends CustomActionAttachmentCriteria.Builder>CustomActionAttachmentCriteria. serializableBuilderClass()
-