CopyableBuilder<VpcConfig.Builder,VpcConfig>
, SdkBuilder<VpcConfig.Builder,VpcConfig>
public static interface VpcConfig.Builder extends CopyableBuilder<VpcConfig.Builder,VpcConfig>
Modifier and Type | Method | Description |
---|---|---|
VpcConfig.Builder |
securityGroupIds(String... securityGroupIds) |
Security groups associated with the fleet.
|
VpcConfig.Builder |
securityGroupIds(Collection<String> securityGroupIds) |
Security groups associated with the fleet.
|
VpcConfig.Builder |
subnetIds(String... subnetIds) |
The list of subnets to which a network interface is established from the fleet instance.
|
VpcConfig.Builder |
subnetIds(Collection<String> subnetIds) |
The list of subnets to which a network interface is established from the fleet instance.
|
copy
apply, build
VpcConfig.Builder subnetIds(Collection<String> subnetIds)
The list of subnets to which a network interface is established from the fleet instance.
subnetIds
- The list of subnets to which a network interface is established from the fleet instance.VpcConfig.Builder subnetIds(String... subnetIds)
The list of subnets to which a network interface is established from the fleet instance.
NOTE: This method appends the values to the existing list (if any). Use
#setSubnetIds(java.util.Collection)
or #withSubnetIds(java.util.Collection)
if you want to
override the existing values.
subnetIds
- The list of subnets to which a network interface is established from the fleet instance.VpcConfig.Builder securityGroupIds(Collection<String> securityGroupIds)
Security groups associated with the fleet.
securityGroupIds
- Security groups associated with the fleet.VpcConfig.Builder securityGroupIds(String... securityGroupIds)
Security groups associated with the fleet.
NOTE: This method appends the values to the existing list (if any). Use
#setSecurityGroupIds(java.util.Collection)
or #withSecurityGroupIds(java.util.Collection)
if
you want to override the existing values.
securityGroupIds
- Security groups associated with the fleet.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.