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 for which you want to create a threatIntelSet.
|
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 that is displayed in all finding 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 for which you want to create a threatIntelSet.
detectorId - The unique ID of the detector of the GuardDuty account for which you want to create a threatIntelSet.CreateThreatIntelSetRequest.Builder name(String name)
A user-friendly ThreatIntelSet name that is displayed in all finding generated by activity that involves IP addresses included in this ThreatIntelSet.
name - A user-friendly ThreatIntelSet name that is displayed in all finding 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. For example (https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key).
location - The URI of the file that contains the ThreatIntelSet. For example
(https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key).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 © 2019. All rights reserved.