| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
VariableEntry |
VariableEntry.clone() |
VariableEntry |
VariableEntry.withDataSource(String dataSource)
The data source of the variable.
|
VariableEntry |
VariableEntry.withDataType(String dataType)
The data type of the variable.
|
VariableEntry |
VariableEntry.withDefaultValue(String defaultValue)
The default value of the variable.
|
VariableEntry |
VariableEntry.withDescription(String description)
The description of the variable.
|
VariableEntry |
VariableEntry.withName(String name)
The name of the variable.
|
VariableEntry |
VariableEntry.withVariableType(String variableType)
The type of the variable.
|
| Modifier and Type | Method and Description |
|---|---|
List<VariableEntry> |
BatchCreateVariableRequest.getVariableEntries()
The list of variables for the batch create variable request.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateVariableRequest |
BatchCreateVariableRequest.withVariableEntries(VariableEntry... variableEntries)
The list of variables for the batch create variable request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCreateVariableRequest.setVariableEntries(Collection<VariableEntry> variableEntries)
The list of variables for the batch create variable request.
|
BatchCreateVariableRequest |
BatchCreateVariableRequest.withVariableEntries(Collection<VariableEntry> variableEntries)
The list of variables for the batch create variable request.
|
Copyright © 2024. All rights reserved.