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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #variables(List) .variables - a consumer that will call methods on List.Builder #variables(List) 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 © 2021. All rights reserved.