public static interface Ec2Config.Builder extends SdkPojo, CopyableBuilder<Ec2Config.Builder,Ec2Config>
Modifier and Type | Method and Description |
---|---|
Ec2Config.Builder |
securityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
|
Ec2Config.Builder |
securityGroupArns(String... securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
|
Ec2Config.Builder |
subnetArn(String subnetArn)
The ARN of the subnet that the Amazon EC2 resource belongs in.
|
copy
applyMutation, build
Ec2Config.Builder subnetArn(String subnetArn)
The ARN of the subnet that the Amazon EC2 resource belongs in.
subnetArn
- The ARN of the subnet that the Amazon EC2 resource belongs in.Ec2Config.Builder securityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
securityGroupArns
- The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2
resource.Ec2Config.Builder securityGroupArns(String... securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
securityGroupArns
- The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2
resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.