@Stability(value=Stable) public static final class CfnConnection.PhysicalConnectionRequirementsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConnection.PhysicalConnectionRequirementsProperty>
CfnConnection.PhysicalConnectionRequirementsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnection.PhysicalConnectionRequirementsProperty.Builder |
availabilityZone(String availabilityZone)
|
CfnConnection.PhysicalConnectionRequirementsProperty |
build()
Builds the configured instance.
|
CfnConnection.PhysicalConnectionRequirementsProperty.Builder |
securityGroupIdList(List<String> securityGroupIdList)
|
CfnConnection.PhysicalConnectionRequirementsProperty.Builder |
subnetId(String subnetId)
Sets the value of
CfnConnection.PhysicalConnectionRequirementsProperty.getSubnetId() |
@Stability(value=Stable) public CfnConnection.PhysicalConnectionRequirementsProperty.Builder availabilityZone(String availabilityZone)
availabilityZone - The connection's Availability Zone.
This field is redundant because the specified subnet implies the Availability Zone to be used. Currently the field must be populated, but it will be deprecated in the future.this@Stability(value=Stable) public CfnConnection.PhysicalConnectionRequirementsProperty.Builder securityGroupIdList(List<String> securityGroupIdList)
securityGroupIdList - The security group ID list used by the connection.this@Stability(value=Stable) public CfnConnection.PhysicalConnectionRequirementsProperty.Builder subnetId(String subnetId)
CfnConnection.PhysicalConnectionRequirementsProperty.getSubnetId()subnetId - The subnet ID used by the connection.this@Stability(value=Stable) public CfnConnection.PhysicalConnectionRequirementsProperty build()
build in interface software.amazon.jsii.Builder<CfnConnection.PhysicalConnectionRequirementsProperty>CfnConnection.PhysicalConnectionRequirementsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.