@Stability(value=Stable) public static final class CfnDomain.VPCOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDomain.VPCOptionsProperty>
CfnDomain.VPCOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDomain.VPCOptionsProperty |
build()
Builds the configured instance.
|
CfnDomain.VPCOptionsProperty.Builder |
securityGroupIds(List<String> securityGroupIds)
Sets the value of
CfnDomain.VPCOptionsProperty.getSecurityGroupIds() |
CfnDomain.VPCOptionsProperty.Builder |
subnetIds(List<String> subnetIds)
Sets the value of
CfnDomain.VPCOptionsProperty.getSubnetIds() |
@Stability(value=Stable) public CfnDomain.VPCOptionsProperty.Builder securityGroupIds(List<String> securityGroupIds)
CfnDomain.VPCOptionsProperty.getSecurityGroupIds()securityGroupIds - The list of security group IDs that are associated with the VPC endpoints for the domain.
If you don't provide a security group ID, OpenSearch Service uses the default security group for the VPC. To learn more, see Security groups for your VPC in the Amazon VPC User Guide .this@Stability(value=Stable) public CfnDomain.VPCOptionsProperty.Builder subnetIds(List<String> subnetIds)
CfnDomain.VPCOptionsProperty.getSubnetIds()subnetIds - Provide one subnet ID for each Availability Zone that your domain uses.
For example, you must specify three subnet IDs for a three Availability Zone domain. To learn more, see VPCs and subnets in the Amazon VPC User Guide .this@Stability(value=Stable) public CfnDomain.VPCOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnDomain.VPCOptionsProperty>CfnDomain.VPCOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.