public static interface BatchCreateVariableResponse.Builder extends FraudDetectorResponse.Builder, SdkPojo, CopyableBuilder<BatchCreateVariableResponse.Builder,BatchCreateVariableResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchCreateVariableResponse.Builder |
errors(BatchCreateVariableError... errors)
Provides the errors for the
BatchCreateVariable request. |
BatchCreateVariableResponse.Builder |
errors(Collection<BatchCreateVariableError> errors)
Provides the errors for the
BatchCreateVariable request. |
BatchCreateVariableResponse.Builder |
errors(Consumer<BatchCreateVariableError.Builder>... errors)
Provides the errors for the
BatchCreateVariable request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchCreateVariableResponse.Builder errors(Collection<BatchCreateVariableError> errors)
Provides the errors for the BatchCreateVariable request.
errors - Provides the errors for the BatchCreateVariable request.BatchCreateVariableResponse.Builder errors(BatchCreateVariableError... errors)
Provides the errors for the BatchCreateVariable request.
errors - Provides the errors for the BatchCreateVariable request.BatchCreateVariableResponse.Builder errors(Consumer<BatchCreateVariableError.Builder>... errors)
Provides the errors for the BatchCreateVariable request.
List.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.