public static interface CreateVariableRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<CreateVariableRequest.Builder,CreateVariableRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVariableRequest.Builder name(String name)
The name of the variable.
name - The name of the variable.CreateVariableRequest.Builder dataType(String dataType)
The data type.
CreateVariableRequest.Builder dataType(DataType dataType)
The data type.
CreateVariableRequest.Builder dataSource(String dataSource)
The source of the data.
dataSource - The source of the data.DataSource,
DataSourceCreateVariableRequest.Builder dataSource(DataSource dataSource)
The source of the data.
dataSource - The source of the data.DataSource,
DataSourceCreateVariableRequest.Builder defaultValue(String defaultValue)
The default value for the variable when no value is received.
defaultValue - The default value for the variable when no value is received.CreateVariableRequest.Builder description(String description)
The description.
description - The description.CreateVariableRequest.Builder variableType(String variableType)
The variable type. For more information see Variable types.
Valid Values:
AUTH_CODE | AVS | BILLING_ADDRESS_L1 | BILLING_ADDRESS_L2 | BILLING_CITY | BILLING_COUNTRY | BILLING_NAME | BILLING_PHONE | BILLING_STATE | BILLING_ZIP | CARD_BIN | CATEGORICAL | CURRENCY_CODE | EMAIL_ADDRESS | FINGERPRINT | FRAUD_LABEL | FREE_FORM_TEXT | IP_ADDRESS | NUMERIC | ORDER_ID | PAYMENT_TYPE | PHONE_NUMBER | PRICE | PRODUCT_CATEGORY | SHIPPING_ADDRESS_L1 | SHIPPING_ADDRESS_L2 | SHIPPING_CITY | SHIPPING_COUNTRY | SHIPPING_NAME | SHIPPING_PHONE | SHIPPING_STATE | SHIPPING_ZIP | USERAGENT
variableType - The variable type. For more information see Variable types.
Valid Values:
AUTH_CODE | AVS | BILLING_ADDRESS_L1 | BILLING_ADDRESS_L2 | BILLING_CITY | BILLING_COUNTRY | BILLING_NAME | BILLING_PHONE | BILLING_STATE | BILLING_ZIP | CARD_BIN | CATEGORICAL | CURRENCY_CODE | EMAIL_ADDRESS | FINGERPRINT | FRAUD_LABEL | FREE_FORM_TEXT | IP_ADDRESS | NUMERIC | ORDER_ID | PAYMENT_TYPE | PHONE_NUMBER | PRICE | PRODUCT_CATEGORY | SHIPPING_ADDRESS_L1 | SHIPPING_ADDRESS_L2 | SHIPPING_CITY | SHIPPING_COUNTRY | SHIPPING_NAME | SHIPPING_PHONE | SHIPPING_STATE | SHIPPING_ZIP | USERAGENT
CreateVariableRequest.Builder tags(Collection<Tag> tags)
A collection of key and value pairs.
tags - A collection of key and value pairs.CreateVariableRequest.Builder tags(Tag... tags)
A collection of key and value pairs.
tags - A collection of key and value pairs.CreateVariableRequest.Builder tags(Consumer<Tag.Builder>... tags)
A collection of key and value pairs.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateVariableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateVariableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.