Interface GetVariablesRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<GetVariablesRequest.Builder,,GetVariablesRequest> FraudDetectorRequest.Builder,SdkBuilder<GetVariablesRequest.Builder,,GetVariablesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 GetVariablesRequest
@Mutable
@NotThreadSafe
public static interface GetVariablesRequest.Builder
extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<GetVariablesRequest.Builder,GetVariablesRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The max size per page determined for the get variable request.The name of the variable.The next page token of the get variable request.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, 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.
 
 - 
nextToken
The next page token of the get variable request.
- Parameters:
 nextToken- The next page token of the get variable request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maxResults
The max size per page determined for the get variable request.
- Parameters:
 maxResults- The max size per page determined for the get variable request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
GetVariablesRequest.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
GetVariablesRequest.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.
 
 
 -