Interface CreateThreatIntelSetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateThreatIntelSetRequest.Builder,
,CreateThreatIntelSetRequest> GuardDutyRequest.Builder
,SdkBuilder<CreateThreatIntelSetRequest.Builder,
,CreateThreatIntelSetRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateThreatIntelSetRequest
-
Method Summary
Modifier and TypeMethodDescriptionA Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.clientToken
(String clientToken) The idempotency token for the create request.detectorId
(String detectorId) The unique ID of the detector of the GuardDuty account for which you want to create aThreatIntelSet
.expectedBucketOwner
(String expectedBucketOwner) The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.The format of the file that contains the ThreatIntelSet.format
(ThreatIntelSetFormat format) The format of the file that contains the ThreatIntelSet.The URI of the file that contains the ThreatIntelSet.A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The tags to be added to a new threat list resource.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
detectorId
The unique ID of the detector of the GuardDuty account for which you want to create a
ThreatIntelSet
.To find the
detectorId
in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.- Parameters:
detectorId
- The unique ID of the detector of the GuardDuty account for which you want to create aThreatIntelSet
.To find the
detectorId
in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.
- Parameters:
name
- A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
The format of the file that contains the ThreatIntelSet.
- Parameters:
format
- The format of the file that contains the ThreatIntelSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format of the file that contains the ThreatIntelSet.
- Parameters:
format
- The format of the file that contains the ThreatIntelSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
location
The URI of the file that contains the ThreatIntelSet.
- Parameters:
location
- The URI of the file that contains the ThreatIntelSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activate
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
- Parameters:
activate
- A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
The idempotency token for the create request.
- Parameters:
clientToken
- The idempotency token for the create request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to be added to a new threat list resource.
- Parameters:
tags
- The tags to be added to a new threat list resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expectedBucketOwner
The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.
- Parameters:
expectedBucketOwner
- The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateThreatIntelSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateThreatIntelSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-