public static final class CfnThreatIntelSet.Builder
extends java.lang.Object
CfnThreatIntelSet
.Modifier and Type | Method and Description |
---|---|
CfnThreatIntelSet.Builder |
activate(java.lang.Boolean activate)
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
|
CfnThreatIntelSet.Builder |
activate(IResolvable activate)
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
|
CfnThreatIntelSet |
build() |
static CfnThreatIntelSet.Builder |
create(Construct scope,
java.lang.String id) |
CfnThreatIntelSet.Builder |
detectorId(java.lang.String detectorId)
The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.
|
CfnThreatIntelSet.Builder |
format(java.lang.String format)
The format of the file that contains the ThreatIntelSet.
|
CfnThreatIntelSet.Builder |
location(java.lang.String location)
The URI of the file that contains the ThreatIntelSet.
|
CfnThreatIntelSet.Builder |
name(java.lang.String name)
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.
|
CfnThreatIntelSet.Builder |
tags(java.util.List<? extends CfnTag> tags)
The tags to be added to a new threat list resource.
|
public static CfnThreatIntelSet.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnThreatIntelSet.Builder
.public CfnThreatIntelSet.Builder activate(java.lang.Boolean activate)
activate
- A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet. This parameter is required.this
public CfnThreatIntelSet.Builder activate(IResolvable activate)
activate
- A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet. This parameter is required.this
public CfnThreatIntelSet.Builder detectorId(java.lang.String detectorId)
detectorId
- The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for. This parameter is required.this
public CfnThreatIntelSet.Builder format(java.lang.String format)
format
- The format of the file that contains the ThreatIntelSet. This parameter is required.this
public CfnThreatIntelSet.Builder location(java.lang.String location)
location
- The URI of the file that contains the ThreatIntelSet. This parameter is required.this
public CfnThreatIntelSet.Builder name(java.lang.String name)
name
- A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet. This parameter is required.this
public CfnThreatIntelSet.Builder tags(java.util.List<? extends CfnTag> tags)
Each tag consists of a key and an optional value, both of which you define.
For more information, see Tag .
tags
- The tags to be added to a new threat list resource. This parameter is required.this
public CfnThreatIntelSet build()