@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateNetworkConfigurationInput extends Object implements Serializable, Cloneable, StructuredPojo
Defines the VPC networking components used to secure and enable network traffic between the Amazon Web Services 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 security group IDs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs.
|
String |
toString()
Returns a string representation of this object.
|
UpdateNetworkConfigurationInput |
withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs.
|
UpdateNetworkConfigurationInput |
withSecurityGroupIds(String... securityGroupIds)
A list of security group IDs.
|
public List<String> getSecurityGroupIds()
A list of 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 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 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 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 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 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 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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.