@Stability(value=Stable) public static final class CfnThreatIntelSet.Builder extends Object implements software.amazon.jsii.Builder<CfnThreatIntelSet>
CfnThreatIntelSet.| Modifier and Type | Method and Description |
|---|---|
CfnThreatIntelSet.Builder |
activate(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(software.constructs.Construct scope,
String id) |
CfnThreatIntelSet.Builder |
detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.
|
CfnThreatIntelSet.Builder |
format(String format)
The format of the file that contains the ThreatIntelSet.
|
CfnThreatIntelSet.Builder |
location(String location)
The URI of the file that contains the ThreatIntelSet.
|
CfnThreatIntelSet.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.
|
CfnThreatIntelSet.Builder |
tags(List<? extends CfnTag> tags)
`AWS::GuardDuty::ThreatIntelSet.Tags`.
|
@Stability(value=Stable) public static CfnThreatIntelSet.Builder create(software.constructs.Construct scope, 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.@Stability(value=Stable) public CfnThreatIntelSet.Builder activate(Boolean activate)
activate - A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet. This parameter is required.this@Stability(value=Stable) 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@Stability(value=Stable) public CfnThreatIntelSet.Builder detectorId(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@Stability(value=Stable) public CfnThreatIntelSet.Builder format(String format)
format - The format of the file that contains the ThreatIntelSet. This parameter is required.this@Stability(value=Stable) public CfnThreatIntelSet.Builder location(String location)
location - The URI of the file that contains the ThreatIntelSet. This parameter is required.this@Stability(value=Stable) public CfnThreatIntelSet.Builder name(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@Stability(value=Stable) public CfnThreatIntelSet.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::GuardDuty::ThreatIntelSet.Tags`. This parameter is required.this@Stability(value=Stable) public CfnThreatIntelSet build()
build in interface software.amazon.jsii.Builder<CfnThreatIntelSet>Copyright © 2022. All rights reserved.