public static interface VpcConfig.Builder extends SdkPojo, CopyableBuilder<VpcConfig.Builder,VpcConfig>
| Modifier and Type | Method and Description |
|---|---|
VpcConfig.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The identifiers of the security groups for the fleet or image builder.
|
VpcConfig.Builder |
securityGroupIds(String... securityGroupIds)
The identifiers of the security groups for the fleet or image builder.
|
VpcConfig.Builder |
subnetIds(Collection<String> subnetIds)
The identifiers of the subnets to which a network interface is attached from the fleet instance or image
builder instance.
|
VpcConfig.Builder |
subnetIds(String... subnetIds)
The identifiers of the subnets to which a network interface is attached from the fleet instance or image
builder instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcConfig.Builder subnetIds(Collection<String> subnetIds)
The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.
subnetIds - The identifiers of the subnets to which a network interface is attached from the fleet instance or
image builder instance. Fleet instances use one or more subnets. Image builder instances use one
subnet.VpcConfig.Builder subnetIds(String... subnetIds)
The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.
subnetIds - The identifiers of the subnets to which a network interface is attached from the fleet instance or
image builder instance. Fleet instances use one or more subnets. Image builder instances use one
subnet.VpcConfig.Builder securityGroupIds(Collection<String> securityGroupIds)
The identifiers of the security groups for the fleet or image builder.
securityGroupIds - The identifiers of the security groups for the fleet or image builder.VpcConfig.Builder securityGroupIds(String... securityGroupIds)
The identifiers of the security groups for the fleet or image builder.
securityGroupIds - The identifiers of the security groups for the fleet or image builder.Copyright © 2023. All rights reserved.