public static interface DeleteThreatIntelSetRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<DeleteThreatIntelSetRequest.Builder,DeleteThreatIntelSetRequest>
Modifier and Type | Method and Description |
---|---|
DeleteThreatIntelSetRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector that the threatIntelSet is associated with.
|
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 of the threatIntelSet that you want to delete.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteThreatIntelSetRequest.Builder detectorId(String detectorId)
The unique ID of the detector that the threatIntelSet is associated with.
detectorId
- The unique ID of the detector that the threatIntelSet is associated with.DeleteThreatIntelSetRequest.Builder threatIntelSetId(String threatIntelSetId)
The unique ID of the threatIntelSet that you want to delete.
threatIntelSetId
- The unique ID of the threatIntelSet that you want to delete.DeleteThreatIntelSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteThreatIntelSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.