public static interface DeleteThreatIntelSetRequest.Builder extends GuardDutyRequest.Builder, CopyableBuilder<DeleteThreatIntelSetRequest.Builder,DeleteThreatIntelSetRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteThreatIntelSetRequest.Builder |
detectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to delete.
|
DeleteThreatIntelSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteThreatIntelSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteThreatIntelSetRequest.Builder |
threatIntelSetId(String threatIntelSetId)
The unique ID that specifies the ThreatIntelSet that you want to delete.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteThreatIntelSetRequest.Builder detectorId(String detectorId)
detectorId - The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to delete.DeleteThreatIntelSetRequest.Builder threatIntelSetId(String threatIntelSetId)
threatIntelSetId - The unique ID that specifies the ThreatIntelSet that you want to delete.DeleteThreatIntelSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteThreatIntelSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.