Interface UpdateVariableRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<UpdateVariableRequest.Builder,,UpdateVariableRequest> FraudDetectorRequest.Builder,SdkBuilder<UpdateVariableRequest.Builder,,UpdateVariableRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 UpdateVariableRequest
public static interface UpdateVariableRequest.Builder
extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<UpdateVariableRequest.Builder,UpdateVariableRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefaultValue(String defaultValue) The new default value of the variable.description(String description) The new description.The name of the variable.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.variableType(String variableType) The variable type.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.frauddetector.model.FraudDetectorRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
name
The name of the variable.
- Parameters:
 name- The name of the variable.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
defaultValue
The new default value of the variable.
- Parameters:
 defaultValue- The new default value of the variable.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
The new description.
- Parameters:
 description- The new description.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
variableType
The variable type. For more information see Variable types.
- Parameters:
 variableType- The variable type. For more information see Variable types.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
UpdateVariableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
UpdateVariableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -