public static interface CreateDetectorRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<CreateDetectorRequest.Builder,CreateDetectorRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDetectorRequest.Builder |
clientToken(String clientToken)
The idempotency token for the create request.
|
CreateDetectorRequest.Builder |
enable(Boolean enable)
A boolean value that specifies whether the detector is to be enabled.
|
CreateDetectorRequest.Builder |
findingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
A enum value that specifies how frequently customer got Finding updates published.
|
CreateDetectorRequest.Builder |
findingPublishingFrequency(String findingPublishingFrequency)
A enum value that specifies how frequently customer got Finding updates published.
|
CreateDetectorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDetectorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDetectorRequest.Builder |
tags(Map<String,String> tags)
The tags to be added to a new detector resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDetectorRequest.Builder enable(Boolean enable)
A boolean value that specifies whether the detector is to be enabled.
enable - A boolean value that specifies whether the detector is to be enabled.CreateDetectorRequest.Builder clientToken(String clientToken)
The idempotency token for the create request.
clientToken - The idempotency token for the create request.CreateDetectorRequest.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,
FindingPublishingFrequencyCreateDetectorRequest.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,
FindingPublishingFrequencyCreateDetectorRequest.Builder tags(Map<String,String> tags)
The tags to be added to a new detector resource.
tags - The tags to be added to a new detector resource.CreateDetectorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDetectorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.