public static interface Ec2Config.Builder extends SdkPojo, CopyableBuilder<Ec2Config.Builder,Ec2Config>
| Modifier and Type | Method and Description |
|---|---|
Ec2Config.Builder |
securityGroupArns(Collection<String> securityGroupArns)
Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's
mount target.
|
Ec2Config.Builder |
securityGroupArns(String... securityGroupArns)
Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's
mount target.
|
Ec2Config.Builder |
subnetArn(String subnetArn)
Specifies the ARN of a subnet where DataSync creates the network interfaces for managing traffic during your transfer.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEc2Config.Builder subnetArn(String subnetArn)
Specifies the ARN of a subnet where DataSync creates the network interfaces for managing traffic during your transfer.
The subnet must be located:
In the same virtual private cloud (VPC) as the Amazon EFS file system.
In the same Availability Zone as at least one mount target for the Amazon EFS file system.
You don't need to specify a subnet that includes a file system mount target.
subnetArn - Specifies the ARN of a subnet where DataSync creates the network interfaces for managing traffic during your transfer.
The subnet must be located:
In the same virtual private cloud (VPC) as the Amazon EFS file system.
In the same Availability Zone as at least one mount target for the Amazon EFS file system.
You don't need to specify a subnet that includes a file system mount target.
Ec2Config.Builder securityGroupArns(Collection<String> securityGroupArns)
Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's mount target.
securityGroupArns - Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file
system's mount target.Ec2Config.Builder securityGroupArns(String... securityGroupArns)
Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's mount target.
securityGroupArns - Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file
system's mount target.Copyright © 2022. All rights reserved.