@Stability(value=Stable) public static final class CfnIPSetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnIPSetProps>
CfnIPSetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnIPSetProps.Builder |
activate(Boolean activate)
Sets the value of
CfnIPSetProps.getActivate() |
CfnIPSetProps.Builder |
activate(IResolvable activate)
Sets the value of
CfnIPSetProps.getActivate() |
CfnIPSetProps |
build()
Builds the configured instance.
|
CfnIPSetProps.Builder |
detectorId(String detectorId)
Sets the value of
CfnIPSetProps.getDetectorId() |
CfnIPSetProps.Builder |
format(String format)
Sets the value of
CfnIPSetProps.getFormat() |
CfnIPSetProps.Builder |
location(String location)
Sets the value of
CfnIPSetProps.getLocation() |
CfnIPSetProps.Builder |
name(String name)
Sets the value of
CfnIPSetProps.getName() |
CfnIPSetProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnIPSetProps.getTags() |
@Stability(value=Stable) public CfnIPSetProps.Builder activate(Boolean activate)
CfnIPSetProps.getActivate()activate - Indicates whether or not uses the `IPSet` . This parameter is required.this@Stability(value=Stable) public CfnIPSetProps.Builder activate(IResolvable activate)
CfnIPSetProps.getActivate()activate - Indicates whether or not uses the `IPSet` . This parameter is required.this@Stability(value=Stable) public CfnIPSetProps.Builder detectorId(String detectorId)
CfnIPSetProps.getDetectorId()detectorId - The unique ID of the detector of the GuardDuty account that you want to create an IPSet for. This parameter is required.this@Stability(value=Stable) public CfnIPSetProps.Builder format(String format)
CfnIPSetProps.getFormat()format - The format of the file that contains the IPSet. This parameter is required.this@Stability(value=Stable) public CfnIPSetProps.Builder location(String location)
CfnIPSetProps.getLocation()location - The URI of the file that contains the IPSet. This parameter is required.this@Stability(value=Stable) public CfnIPSetProps.Builder name(String name)
CfnIPSetProps.getName()name - The user-friendly name to identify the IPSet.
Allowed characters are alphanumerics, spaces, hyphens (-), and underscores (_).this@Stability(value=Stable) public CfnIPSetProps.Builder tags(List<? extends CfnTag> tags)
CfnIPSetProps.getTags()tags - The tags to be added to a new IP set 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 CfnIPSetProps build()
build in interface software.amazon.jsii.Builder<CfnIPSetProps>CfnIPSetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.