public static interface UpdateDetectorRequest.Builder extends GuardDutyRequest.Builder, CopyableBuilder<UpdateDetectorRequest.Builder,UpdateDetectorRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDetectorRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector that you want to update.
|
UpdateDetectorRequest.Builder |
enable(Boolean enable)
Updated boolean value for the detector that specifies whether the detector is enabled.
|
UpdateDetectorRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildUpdateDetectorRequest.Builder detectorId(String detectorId)
detectorId - The unique ID of the detector that you want to update.UpdateDetectorRequest.Builder enable(Boolean enable)
enable - Updated boolean value for the detector that specifies whether the detector is enabled.UpdateDetectorRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.