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.
BatchCreateVariableError.Builder avoiding the
need to create one manually via
BatchCreateVariableError.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
BatchCreateVariableError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.