public static interface GetVariablesResponse.Builder extends FraudDetectorResponse.Builder, SdkPojo, CopyableBuilder<GetVariablesResponse.Builder,GetVariablesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetVariablesResponse.Builder |
nextToken(String nextToken)
The next page token to be used in subsequent requests.
|
GetVariablesResponse.Builder |
variables(Collection<Variable> variables)
The names of the variables returned.
|
GetVariablesResponse.Builder |
variables(Consumer<Variable.Builder>... variables)
The names of the variables returned.
|
GetVariablesResponse.Builder |
variables(Variable... variables)
The names of the variables returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetVariablesResponse.Builder variables(Collection<Variable> variables)
The names of the variables returned.
variables - The names of the variables returned.GetVariablesResponse.Builder variables(Variable... variables)
The names of the variables returned.
variables - The names of the variables returned.GetVariablesResponse.Builder variables(Consumer<Variable.Builder>... variables)
The names of the variables returned.
This is a convenience method that creates an instance of theVariable.Builder avoiding the need to create one
manually via Variable.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #variables(List.
variables - a consumer that will call methods on
Variable.Builder#variables(java.util.Collection) GetVariablesResponse.Builder nextToken(String nextToken)
The next page token to be used in subsequent requests.
nextToken - The next page token to be used in subsequent requests.Copyright © 2022. All rights reserved.