Interface Ec2Config.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Ec2Config.Builder,,Ec2Config> SdkBuilder<Ec2Config.Builder,,Ec2Config> SdkPojo
- Enclosing class:
 Ec2Config
- 
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupArns(String... securityGroupArns) Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's mount target.securityGroupArns(Collection<String> securityGroupArns) Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's mount target.Specifies the ARN of a subnet where DataSync creates the network interfaces for managing traffic during your transfer.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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.
- Parameters:
 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.
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
securityGroupArns
Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's mount target.
- Parameters:
 securityGroupArns- Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's mount target.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
securityGroupArns
Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's mount target.
- Parameters:
 securityGroupArns- Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's mount target.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -