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 and the security group that DataSync uses to access the target EFS file system.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEc2Config.Builder subnetArn(String subnetArn)
The ARN of the subnet and the security group that DataSync uses to access the target EFS file system.
subnetArn - The ARN of the subnet and the security group that DataSync uses to access the target EFS file system.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 © 2022. All rights reserved.