Interface GetVariablesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetVariablesRequest.Builder,GetVariablesRequest>,FraudDetectorRequest.Builder,SdkBuilder<GetVariablesRequest.Builder,GetVariablesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetVariablesRequest
public static interface GetVariablesRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<GetVariablesRequest.Builder,GetVariablesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetVariablesRequest.BuildermaxResults(Integer maxResults)The max size per page determined for the get variable request.GetVariablesRequest.Buildername(String name)The name of the variable.GetVariablesRequest.BuildernextToken(String nextToken)The next page token of the get variable request.GetVariablesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetVariablesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.frauddetector.model.FraudDetectorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
GetVariablesRequest.Builder name(String 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
GetVariablesRequest.Builder nextToken(String 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
GetVariablesRequest.Builder maxResults(Integer 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetVariablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-