@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateNetworkConfigurationInput extends Object implements Serializable, Cloneable, StructuredPojo
The VPC networking components used to secure and enable network traffic between the AWS resources for your environment. To learn more, see About networking on Amazon MWAA.
Constructor and Description |
---|
UpdateNetworkConfigurationInput() |
Modifier and Type | Method and Description |
---|---|
UpdateNetworkConfigurationInput |
clone() |
boolean |
equals(Object obj) |
List<String> |
getSecurityGroupIds()
A list of 1 or more security group IDs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
A list of 1 or more security group IDs.
|
String |
toString()
Returns a string representation of this object.
|
UpdateNetworkConfigurationInput |
withSecurityGroupIds(Collection<String> securityGroupIds)
A list of 1 or more security group IDs.
|
UpdateNetworkConfigurationInput |
withSecurityGroupIds(String... securityGroupIds)
A list of 1 or more security group IDs.
|
public List<String> getSecurityGroupIds()
A list of 1 or more security group IDs. Accepts up to 5 security group IDs. A security group must be attached to the same VPC as the subnets. To learn more, see Security in your VPC on Amazon MWAA.
public void setSecurityGroupIds(Collection<String> securityGroupIds)
A list of 1 or more security group IDs. Accepts up to 5 security group IDs. A security group must be attached to the same VPC as the subnets. To learn more, see Security in your VPC on Amazon MWAA.
securityGroupIds
- A list of 1 or more security group IDs. Accepts up to 5 security group IDs. A security group must be
attached to the same VPC as the subnets. To learn more, see Security in your VPC on Amazon
MWAA.public UpdateNetworkConfigurationInput withSecurityGroupIds(String... securityGroupIds)
A list of 1 or more security group IDs. Accepts up to 5 security group IDs. A security group must be attached to the same VPC as the subnets. To learn more, see Security in your VPC on Amazon MWAA.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupIds(java.util.Collection)
or withSecurityGroupIds(java.util.Collection)
if you
want to override the existing values.
securityGroupIds
- A list of 1 or more security group IDs. Accepts up to 5 security group IDs. A security group must be
attached to the same VPC as the subnets. To learn more, see Security in your VPC on Amazon
MWAA.public UpdateNetworkConfigurationInput withSecurityGroupIds(Collection<String> securityGroupIds)
A list of 1 or more security group IDs. Accepts up to 5 security group IDs. A security group must be attached to the same VPC as the subnets. To learn more, see Security in your VPC on Amazon MWAA.
securityGroupIds
- A list of 1 or more security group IDs. Accepts up to 5 security group IDs. A security group must be
attached to the same VPC as the subnets. To learn more, see Security in your VPC on Amazon
MWAA.public String toString()
toString
in class Object
Object.toString()
public UpdateNetworkConfigurationInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.