Interface UpdateNetworkConfigurationInput.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<UpdateNetworkConfigurationInput.Builder,,UpdateNetworkConfigurationInput> SdkBuilder<UpdateNetworkConfigurationInput.Builder,,UpdateNetworkConfigurationInput> SdkPojo
- Enclosing class:
 UpdateNetworkConfigurationInput
public static interface UpdateNetworkConfigurationInput.Builder
extends SdkPojo, CopyableBuilder<UpdateNetworkConfigurationInput.Builder,UpdateNetworkConfigurationInput> 
- 
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupIds(String... securityGroupIds) A list of security group IDs.securityGroupIds(Collection<String> securityGroupIds) A list of security group IDs.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
- 
securityGroupIds
A list of security group IDs. A security group must be attached to the same VPC as the subnets. For more information, see Security in your VPC on Amazon MWAA.
- Parameters:
 securityGroupIds- A list of security group IDs. A security group must be attached to the same VPC as the subnets. For more information, see Security in your VPC on Amazon MWAA.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
securityGroupIds
A list of security group IDs. A security group must be attached to the same VPC as the subnets. For more information, see Security in your VPC on Amazon MWAA.
- Parameters:
 securityGroupIds- A list of security group IDs. A security group must be attached to the same VPC as the subnets. For more information, see Security in your VPC on Amazon MWAA.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -