/* * 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.elasticsearch.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* Options to specify the subnets and security groups for VPC endpoint. For more information, see VPC * Endpoints for Amazon Elasticsearch Service Domains. *
*/ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class VPCOptions implements Serializable, Cloneable, StructuredPojo { /** ** Specifies the subnets for VPC endpoint. *
*/ private java.util.List* Specifies the security groups for VPC endpoint. *
*/ private java.util.List* Specifies the subnets for VPC endpoint. *
* * @return Specifies the subnets for VPC endpoint. */ public java.util.List* Specifies the subnets for VPC endpoint. *
* * @param subnetIds * Specifies the subnets for VPC endpoint. */ public void setSubnetIds(java.util.Collection* Specifies the subnets for VPC endpoint. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to * override the existing values. *
* * @param subnetIds * Specifies the subnets for VPC endpoint. * @return Returns a reference to this object so that method calls can be chained together. */ public VPCOptions withSubnetIds(String... subnetIds) { if (this.subnetIds == null) { setSubnetIds(new java.util.ArrayList* Specifies the subnets for VPC endpoint. *
* * @param subnetIds * Specifies the subnets for VPC endpoint. * @return Returns a reference to this object so that method calls can be chained together. */ public VPCOptions withSubnetIds(java.util.Collection* Specifies the security groups for VPC endpoint. *
* * @return Specifies the security groups for VPC endpoint. */ public java.util.List* Specifies the security groups for VPC endpoint. *
* * @param securityGroupIds * Specifies the security groups for VPC endpoint. */ public void setSecurityGroupIds(java.util.Collection* Specifies the security groups for VPC endpoint. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setSecurityGroupIds(java.util.Collection)} or {@link #withSecurityGroupIds(java.util.Collection)} if you * want to override the existing values. *
* * @param securityGroupIds * Specifies the security groups for VPC endpoint. * @return Returns a reference to this object so that method calls can be chained together. */ public VPCOptions withSecurityGroupIds(String... securityGroupIds) { if (this.securityGroupIds == null) { setSecurityGroupIds(new java.util.ArrayList* Specifies the security groups for VPC endpoint. *
* * @param securityGroupIds * Specifies the security groups for VPC endpoint. * @return Returns a reference to this object so that method calls can be chained together. */ public VPCOptions withSecurityGroupIds(java.util.Collection