public static interface GetVariablesRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<GetVariablesRequest.Builder,GetVariablesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetVariablesRequest.Builder |
maxResults(Integer maxResults)
The max size per page determined for the get variable request.
|
GetVariablesRequest.Builder |
name(String name)
The name of the variable.
|
GetVariablesRequest.Builder |
nextToken(String nextToken)
The next page token of the get variable request.
|
GetVariablesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetVariablesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetVariablesRequest.Builder name(String name)
The name of the variable.
name - The name of the variable.GetVariablesRequest.Builder nextToken(String nextToken)
The next page token of the get variable request.
nextToken - The next page token of the get variable request.GetVariablesRequest.Builder maxResults(Integer maxResults)
The max size per page determined for the get variable request.
maxResults - The max size per page determined for the get variable request.GetVariablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetVariablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.