Uses of Interface
software.amazon.awssdk.services.frauddetector.model.VariableEntry.Builder
-
Packages that use VariableEntry.Builder Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of VariableEntry.Builder in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return VariableEntry.Builder Modifier and Type Method Description static VariableEntry.BuilderVariableEntry. builder()VariableEntry.BuilderVariableEntry.Builder. dataSource(String dataSource)The data source of the variable.VariableEntry.BuilderVariableEntry.Builder. dataType(String dataType)The data type of the variable.VariableEntry.BuilderVariableEntry.Builder. defaultValue(String defaultValue)The default value of the variable.VariableEntry.BuilderVariableEntry.Builder. description(String description)The description of the variable.VariableEntry.BuilderVariableEntry.Builder. name(String name)The name of the variable.VariableEntry.BuilderVariableEntry. toBuilder()VariableEntry.BuilderVariableEntry.Builder. variableType(String variableType)The type of the variable.Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type VariableEntry.Builder Modifier and Type Method Description static Class<? extends VariableEntry.Builder>VariableEntry. serializableBuilderClass()
-