/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.datasync.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* The subnet and security groups that DataSync uses to access your Amazon EFS file system. *
* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class Ec2Config implements Serializable, Cloneable, StructuredPojo { /** ** 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. *
** Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's * mount target. *
*/ private java.util.List* 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. *
** 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. *
*/ public void setSubnetArn(String subnetArn) { this.subnetArn = 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. *
** 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. *
*/ public String getSubnetArn() { return this.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. *
** 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. *
* @return Returns a reference to this object so that method calls can be chained together. */ public Ec2Config withSubnetArn(String subnetArn) { setSubnetArn(subnetArn); return this; } /** ** Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's * mount target. *
* * @return Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file * system's mount target. */ public java.util.List* Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's * mount target. *
* * @param securityGroupArns * Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file * system's mount target. */ public void setSecurityGroupArns(java.util.Collection* Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's * mount target. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setSecurityGroupArns(java.util.Collection)} or {@link #withSecurityGroupArns(java.util.Collection)} if * you want to override the existing values. *
* * @param securityGroupArns * Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file * system's mount target. * @return Returns a reference to this object so that method calls can be chained together. */ public Ec2Config withSecurityGroupArns(String... securityGroupArns) { if (this.securityGroupArns == null) { setSecurityGroupArns(new java.util.ArrayList* Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's * mount target. *
* * @param securityGroupArns * Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file * system's mount target. * @return Returns a reference to this object so that method calls can be chained together. */ public Ec2Config withSecurityGroupArns(java.util.Collection