public static interface CreateThreatIntelSetRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<CreateThreatIntelSetRequest.Builder,CreateThreatIntelSetRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateThreatIntelSetRequest.Builder |
activate(Boolean activate)
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
|
CreateThreatIntelSetRequest.Builder |
clientToken(String clientToken)
The idempotency token for the create request.
|
CreateThreatIntelSetRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.
|
CreateThreatIntelSetRequest.Builder |
format(String format)
The format of the file that contains the ThreatIntelSet.
|
CreateThreatIntelSetRequest.Builder |
format(ThreatIntelSetFormat format)
The format of the file that contains the ThreatIntelSet.
|
CreateThreatIntelSetRequest.Builder |
location(String location)
The URI of the file that contains the ThreatIntelSet.
|
CreateThreatIntelSetRequest.Builder |
name(String name)
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP
addresses included in this ThreatIntelSet.
|
CreateThreatIntelSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateThreatIntelSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateThreatIntelSetRequest.Builder |
tags(Map<String,String> tags)
The tags to be added to a new threat list resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateThreatIntelSetRequest.Builder detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.
detectorId - The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.CreateThreatIntelSetRequest.Builder name(String name)
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.
name - A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that
involves IP addresses included in this ThreatIntelSet.CreateThreatIntelSetRequest.Builder format(String format)
The format of the file that contains the ThreatIntelSet.
format - The format of the file that contains the ThreatIntelSet.ThreatIntelSetFormat,
ThreatIntelSetFormatCreateThreatIntelSetRequest.Builder format(ThreatIntelSetFormat format)
The format of the file that contains the ThreatIntelSet.
format - The format of the file that contains the ThreatIntelSet.ThreatIntelSetFormat,
ThreatIntelSetFormatCreateThreatIntelSetRequest.Builder location(String location)
The URI of the file that contains the ThreatIntelSet.
location - The URI of the file that contains the ThreatIntelSet.CreateThreatIntelSetRequest.Builder activate(Boolean activate)
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
activate - A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.CreateThreatIntelSetRequest.Builder clientToken(String clientToken)
The idempotency token for the create request.
clientToken - The idempotency token for the create request.CreateThreatIntelSetRequest.Builder tags(Map<String,String> tags)
The tags to be added to a new threat list resource.
tags - The tags to be added to a new threat list resource.CreateThreatIntelSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateThreatIntelSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.