public static interface UpdateDetectorRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, 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 |
findingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
A enum value that specifies how frequently customer got Finding updates published.
|
UpdateDetectorRequest.Builder |
findingPublishingFrequency(String findingPublishingFrequency)
A enum value that specifies how frequently customer got Finding updates published.
|
UpdateDetectorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDetectorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDetectorRequest.Builder detectorId(String detectorId)
The unique ID of the detector that you want to update.
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.
enable - Updated boolean value for the detector that specifies whether the detector is enabled.UpdateDetectorRequest.Builder findingPublishingFrequency(String findingPublishingFrequency)
A enum value that specifies how frequently customer got Finding updates published.
findingPublishingFrequency - A enum value that specifies how frequently customer got Finding updates published.FindingPublishingFrequency,
FindingPublishingFrequencyUpdateDetectorRequest.Builder findingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
A enum value that specifies how frequently customer got Finding updates published.
findingPublishingFrequency - A enum value that specifies how frequently customer got Finding updates published.FindingPublishingFrequency,
FindingPublishingFrequencyUpdateDetectorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDetectorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.