public static interface UpdateVariableRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<UpdateVariableRequest.Builder,UpdateVariableRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateVariableRequest.Builder |
defaultValue(String defaultValue)
The new default value of the variable.
|
UpdateVariableRequest.Builder |
description(String description)
The new description.
|
UpdateVariableRequest.Builder |
name(String name)
The name of the variable.
|
UpdateVariableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateVariableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateVariableRequest.Builder |
variableType(String variableType)
The variable type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVariableRequest.Builder name(String name)
The name of the variable.
name - The name of the variable.UpdateVariableRequest.Builder defaultValue(String defaultValue)
The new default value of the variable.
defaultValue - The new default value of the variable.UpdateVariableRequest.Builder description(String description)
The new description.
description - The new description.UpdateVariableRequest.Builder variableType(String variableType)
The variable type. For more information see Variable types.
variableType - The variable type. For more information see Variable types.UpdateVariableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateVariableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.