public static interface BatchGetVariableResponse.Builder extends FraudDetectorResponse.Builder, SdkPojo, CopyableBuilder<BatchGetVariableResponse.Builder,BatchGetVariableResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetVariableResponse.Builder |
errors(BatchGetVariableError... errors)
The errors from the request.
|
BatchGetVariableResponse.Builder |
errors(Collection<BatchGetVariableError> errors)
The errors from the request.
|
BatchGetVariableResponse.Builder |
errors(Consumer<BatchGetVariableError.Builder>... errors)
The errors from the request.
|
BatchGetVariableResponse.Builder |
variables(Collection<Variable> variables)
The returned variables.
|
BatchGetVariableResponse.Builder |
variables(Consumer<Variable.Builder>... variables)
The returned variables.
|
BatchGetVariableResponse.Builder |
variables(Variable... variables)
The returned variables.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetVariableResponse.Builder variables(Collection<Variable> variables)
The returned variables.
variables - The returned variables.BatchGetVariableResponse.Builder variables(Variable... variables)
The returned variables.
variables - The returned variables.BatchGetVariableResponse.Builder variables(Consumer<Variable.Builder>... variables)
The returned variables.
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) BatchGetVariableResponse.Builder errors(Collection<BatchGetVariableError> errors)
The errors from the request.
errors - The errors from the request.BatchGetVariableResponse.Builder errors(BatchGetVariableError... errors)
The errors from the request.
errors - The errors from the request.BatchGetVariableResponse.Builder errors(Consumer<BatchGetVariableError.Builder>... errors)
The errors from the request.
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 #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) Copyright © 2021. All rights reserved.