@Stability(value=Stable) public static final class CfnThreatIntelSetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnThreatIntelSetProps>
CfnThreatIntelSetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnThreatIntelSetProps.Builder |
activate(Boolean activate)
Sets the value of
CfnThreatIntelSetProps.getActivate() |
CfnThreatIntelSetProps.Builder |
activate(IResolvable activate)
Sets the value of
CfnThreatIntelSetProps.getActivate() |
CfnThreatIntelSetProps |
build()
Builds the configured instance.
|
CfnThreatIntelSetProps.Builder |
detectorId(String detectorId)
Sets the value of
CfnThreatIntelSetProps.getDetectorId() |
CfnThreatIntelSetProps.Builder |
format(String format)
Sets the value of
CfnThreatIntelSetProps.getFormat() |
CfnThreatIntelSetProps.Builder |
location(String location)
Sets the value of
CfnThreatIntelSetProps.getLocation() |
CfnThreatIntelSetProps.Builder |
name(String name)
Sets the value of
CfnThreatIntelSetProps.getName() |
CfnThreatIntelSetProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnThreatIntelSetProps.getTags() |
@Stability(value=Stable) public CfnThreatIntelSetProps.Builder activate(Boolean activate)
CfnThreatIntelSetProps.getActivate()activate - A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet. This parameter is required.this@Stability(value=Stable) public CfnThreatIntelSetProps.Builder activate(IResolvable activate)
CfnThreatIntelSetProps.getActivate()activate - A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet. This parameter is required.this@Stability(value=Stable) public CfnThreatIntelSetProps.Builder detectorId(String detectorId)
CfnThreatIntelSetProps.getDetectorId()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 CfnThreatIntelSetProps.Builder format(String format)
CfnThreatIntelSetProps.getFormat()format - The format of the file that contains the ThreatIntelSet. This parameter is required.this@Stability(value=Stable) public CfnThreatIntelSetProps.Builder location(String location)
CfnThreatIntelSetProps.getLocation()location - The URI of the file that contains the ThreatIntelSet. This parameter is required.this@Stability(value=Stable) public CfnThreatIntelSetProps.Builder name(String name)
CfnThreatIntelSetProps.getName()name - A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.this@Stability(value=Stable) public CfnThreatIntelSetProps.Builder tags(List<? extends CfnTag> tags)
CfnThreatIntelSetProps.getTags()tags - The tags to be added to a new threat list resource.
Each tag consists of a key and an optional value, both of which you define.
For more information, see Tag .
this@Stability(value=Stable) public CfnThreatIntelSetProps build()
build in interface software.amazon.jsii.Builder<CfnThreatIntelSetProps>CfnThreatIntelSetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.