Interface BatchUpdateDetectorRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchUpdateDetectorRequest.Builder,BatchUpdateDetectorRequest>,IotEventsDataRequest.Builder,SdkBuilder<BatchUpdateDetectorRequest.Builder,BatchUpdateDetectorRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchUpdateDetectorRequest
public static interface BatchUpdateDetectorRequest.Builder extends IotEventsDataRequest.Builder, SdkPojo, CopyableBuilder<BatchUpdateDetectorRequest.Builder,BatchUpdateDetectorRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchUpdateDetectorRequest.Builderdetectors(Collection<UpdateDetectorRequest> detectors)The list of detectors (instances) to update, along with the values to update.BatchUpdateDetectorRequest.Builderdetectors(Consumer<UpdateDetectorRequest.Builder>... detectors)The list of detectors (instances) to update, along with the values to update.BatchUpdateDetectorRequest.Builderdetectors(UpdateDetectorRequest... detectors)The list of detectors (instances) to update, along with the values to update.BatchUpdateDetectorRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchUpdateDetectorRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ioteventsdata.model.IotEventsDataRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
detectors
BatchUpdateDetectorRequest.Builder detectors(Collection<UpdateDetectorRequest> detectors)
The list of detectors (instances) to update, along with the values to update.
- Parameters:
detectors- The list of detectors (instances) to update, along with the values to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
detectors
BatchUpdateDetectorRequest.Builder detectors(UpdateDetectorRequest... detectors)
The list of detectors (instances) to update, along with the values to update.
- Parameters:
detectors- The list of detectors (instances) to update, along with the values to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
detectors
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.Builderavoiding the need to create one manually viaUpdateDetectorRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#detectors(List.) - Parameters:
detectors- a consumer that will call methods onUpdateDetectorRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#detectors(java.util.Collection)
-
overrideConfiguration
BatchUpdateDetectorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchUpdateDetectorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-