Interface VpcRouterNetworkInterfaceConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VpcRouterNetworkInterfaceConfiguration.Builder,,VpcRouterNetworkInterfaceConfiguration> SdkBuilder<VpcRouterNetworkInterfaceConfiguration.Builder,,VpcRouterNetworkInterfaceConfiguration> SdkPojo
- Enclosing class:
VpcRouterNetworkInterfaceConfiguration
@Mutable
@NotThreadSafe
public static interface VpcRouterNetworkInterfaceConfiguration.Builder
extends SdkPojo, CopyableBuilder<VpcRouterNetworkInterfaceConfiguration.Builder,VpcRouterNetworkInterfaceConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupIds(String... securityGroupIds) The IDs of the security groups to associate with the router network interface within the VPC.securityGroupIds(Collection<String> securityGroupIds) The IDs of the security groups to associate with the router network interface within the VPC.The ID of the subnet within the VPC to associate the router network interface with.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
VpcRouterNetworkInterfaceConfiguration.Builder securityGroupIds(Collection<String> securityGroupIds) The IDs of the security groups to associate with the router network interface within the VPC.
- Parameters:
securityGroupIds- The IDs of the security groups to associate with the router network interface within the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The IDs of the security groups to associate with the router network interface within the VPC.
- Parameters:
securityGroupIds- The IDs of the security groups to associate with the router network interface within the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetId
The ID of the subnet within the VPC to associate the router network interface with.
- Parameters:
subnetId- The ID of the subnet within the VPC to associate the router network interface with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-