@Stability(value=Stable) public static final class CfnServer.EndpointDetailsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnServer.EndpointDetailsProperty>
CfnServer.EndpointDetailsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnServer.EndpointDetailsProperty.Builder |
addressAllocationIds(List<String> addressAllocationIds)
Sets the value of
CfnServer.EndpointDetailsProperty.getAddressAllocationIds() |
CfnServer.EndpointDetailsProperty |
build()
Builds the configured instance.
|
CfnServer.EndpointDetailsProperty.Builder |
securityGroupIds(List<String> securityGroupIds)
Sets the value of
CfnServer.EndpointDetailsProperty.getSecurityGroupIds() |
CfnServer.EndpointDetailsProperty.Builder |
subnetIds(List<String> subnetIds)
Sets the value of
CfnServer.EndpointDetailsProperty.getSubnetIds() |
CfnServer.EndpointDetailsProperty.Builder |
vpcEndpointId(String vpcEndpointId)
Sets the value of
CfnServer.EndpointDetailsProperty.getVpcEndpointId() |
CfnServer.EndpointDetailsProperty.Builder |
vpcId(String vpcId)
Sets the value of
CfnServer.EndpointDetailsProperty.getVpcId() |
@Stability(value=Stable) public CfnServer.EndpointDetailsProperty.Builder addressAllocationIds(List<String> addressAllocationIds)
CfnServer.EndpointDetailsProperty.getAddressAllocationIds()addressAllocationIds - `CfnServer.EndpointDetailsProperty.AddressAllocationIds`.this@Stability(value=Stable) public CfnServer.EndpointDetailsProperty.Builder securityGroupIds(List<String> securityGroupIds)
CfnServer.EndpointDetailsProperty.getSecurityGroupIds()securityGroupIds - `CfnServer.EndpointDetailsProperty.SecurityGroupIds`.this@Stability(value=Stable) public CfnServer.EndpointDetailsProperty.Builder subnetIds(List<String> subnetIds)
CfnServer.EndpointDetailsProperty.getSubnetIds()subnetIds - `CfnServer.EndpointDetailsProperty.SubnetIds`.this@Stability(value=Stable) public CfnServer.EndpointDetailsProperty.Builder vpcEndpointId(String vpcEndpointId)
CfnServer.EndpointDetailsProperty.getVpcEndpointId()vpcEndpointId - `CfnServer.EndpointDetailsProperty.VpcEndpointId`.this@Stability(value=Stable) public CfnServer.EndpointDetailsProperty.Builder vpcId(String vpcId)
CfnServer.EndpointDetailsProperty.getVpcId()vpcId - `CfnServer.EndpointDetailsProperty.VpcId`.this@Stability(value=Stable) public CfnServer.EndpointDetailsProperty build()
build in interface software.amazon.jsii.Builder<CfnServer.EndpointDetailsProperty>CfnServer.EndpointDetailsPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.