@Stability(value=Stable) public static final class CfnAnomalyDetector.VpcConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAnomalyDetector.VpcConfigurationProperty>
CfnAnomalyDetector.VpcConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAnomalyDetector.VpcConfigurationProperty |
build()
Builds the configured instance.
|
CfnAnomalyDetector.VpcConfigurationProperty.Builder |
securityGroupIdList(List<String> securityGroupIdList)
Sets the value of
CfnAnomalyDetector.VpcConfigurationProperty.getSecurityGroupIdList() |
CfnAnomalyDetector.VpcConfigurationProperty.Builder |
subnetIdList(List<String> subnetIdList)
Sets the value of
CfnAnomalyDetector.VpcConfigurationProperty.getSubnetIdList() |
@Stability(value=Stable) public CfnAnomalyDetector.VpcConfigurationProperty.Builder securityGroupIdList(List<String> securityGroupIdList)
CfnAnomalyDetector.VpcConfigurationProperty.getSecurityGroupIdList()securityGroupIdList - An array of strings containing the list of security groups. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.VpcConfigurationProperty.Builder subnetIdList(List<String> subnetIdList)
CfnAnomalyDetector.VpcConfigurationProperty.getSubnetIdList()subnetIdList - An array of strings containing the Amazon VPC subnet IDs (e.g., `subnet-0bb1c79de3EXAMPLE` . This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.VpcConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnAnomalyDetector.VpcConfigurationProperty>CfnAnomalyDetector.VpcConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.