public static interface CancelBatchImportJobRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<CancelBatchImportJobRequest.Builder,CancelBatchImportJobRequest>
| Modifier and Type | Method and Description |
|---|---|
CancelBatchImportJobRequest.Builder |
jobId(String jobId)
The ID of an in-progress batch import job to cancel.
|
CancelBatchImportJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelBatchImportJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelBatchImportJobRequest.Builder jobId(String jobId)
The ID of an in-progress batch import job to cancel.
Amazon Fraud Detector will throw an error if the batch import job is in FAILED,
CANCELED, or COMPLETED state.
jobId - The ID of an in-progress batch import job to cancel.
Amazon Fraud Detector will throw an error if the batch import job is in FAILED,
CANCELED, or COMPLETED state.
CancelBatchImportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCancelBatchImportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.