public static interface BatchUpdateDetectorRequest.Builder extends IotEventsDataRequest.Builder, SdkPojo, CopyableBuilder<BatchUpdateDetectorRequest.Builder,BatchUpdateDetectorRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateDetectorRequest.Builder |
detectors(Collection<UpdateDetectorRequest> detectors)
The list of detectors (instances) to update, along with the values to update.
|
BatchUpdateDetectorRequest.Builder |
detectors(Consumer<UpdateDetectorRequest.Builder>... detectors)
The list of detectors (instances) to update, along with the values to update.
|
BatchUpdateDetectorRequest.Builder |
detectors(UpdateDetectorRequest... detectors)
The list of detectors (instances) to update, along with the values to update.
|
BatchUpdateDetectorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchUpdateDetectorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateDetectorRequest.Builder detectors(Collection<UpdateDetectorRequest> detectors)
The list of detectors (instances) to update, along with the values to update.
detectors - The list of detectors (instances) to update, along with the values to update.BatchUpdateDetectorRequest.Builder detectors(UpdateDetectorRequest... detectors)
The list of detectors (instances) to update, along with the values to update.
detectors - The list of detectors (instances) to update, along with the values to update.BatchUpdateDetectorRequest.Builder detectors(Consumer<UpdateDetectorRequest.Builder>... detectors)
The list of detectors (instances) to update, along with the values to update.
This is a convenience method that creates an instance of theUpdateDetectorRequest.Builder avoiding the need
to create one manually via
UpdateDetectorRequest.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #detectors(List.
detectors - a consumer that will call methods on
UpdateDetectorRequest.Builder#detectors(java.util.Collection) BatchUpdateDetectorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchUpdateDetectorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.