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 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) 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 method that creates an instance of theBatchGetVariableError.Builder avoiding the need
to create one manually via
BatchGetVariableError.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
BatchGetVariableError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.