@Stability(value=Experimental) public static final class SecurityGroupContextResponse.Builder extends Object implements software.amazon.jsii.Builder<SecurityGroupContextResponse>
SecurityGroupContextResponse| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SecurityGroupContextResponse.Builder |
allowAllOutbound(Boolean allowAllOutbound)
Sets the value of
SecurityGroupContextResponse.getAllowAllOutbound() |
SecurityGroupContextResponse |
build()
Builds the configured instance.
|
SecurityGroupContextResponse.Builder |
securityGroupId(String securityGroupId)
Sets the value of
SecurityGroupContextResponse.getSecurityGroupId() |
@Stability(value=Experimental) public SecurityGroupContextResponse.Builder allowAllOutbound(Boolean allowAllOutbound)
SecurityGroupContextResponse.getAllowAllOutbound()allowAllOutbound - Whether the security group allows all outbound traffic. This parameter is required.
This will be true
when the security group has all-protocol egress permissions to access both
0.0.0.0/0 and ::/0.this@Stability(value=Experimental) public SecurityGroupContextResponse.Builder securityGroupId(String securityGroupId)
SecurityGroupContextResponse.getSecurityGroupId()securityGroupId - The security group's id. This parameter is required.this@Stability(value=Experimental) public SecurityGroupContextResponse build()
build in interface software.amazon.jsii.Builder<SecurityGroupContextResponse>SecurityGroupContextResponseNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.