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