public static interface CreateThreatIntelSetRequest.Builder extends GuardDutyRequest.Builder, 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 |
detectorId(String detectorId)
The unique ID of the detector that you want to update.
|
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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateThreatIntelSetRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildCreateThreatIntelSetRequest.Builder activate(Boolean activate)
activate - A boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.CreateThreatIntelSetRequest.Builder detectorId(String detectorId)
detectorId - The unique ID of the detector that you want to update.CreateThreatIntelSetRequest.Builder format(String format)
format - The format of the file that contains the ThreatIntelSet.ThreatIntelSetFormat,
ThreatIntelSetFormatCreateThreatIntelSetRequest.Builder format(ThreatIntelSetFormat format)
format - The format of the file that contains the ThreatIntelSet.ThreatIntelSetFormat,
ThreatIntelSetFormatCreateThreatIntelSetRequest.Builder location(String location)
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 name(String name)
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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateThreatIntelSetRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.