Interface NetworkFirewallUnexpectedFirewallRoutesViolation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NetworkFirewallUnexpectedFirewallRoutesViolation.Builder,NetworkFirewallUnexpectedFirewallRoutesViolation>,SdkBuilder<NetworkFirewallUnexpectedFirewallRoutesViolation.Builder,NetworkFirewallUnexpectedFirewallRoutesViolation>,SdkPojo
- Enclosing class:
- NetworkFirewallUnexpectedFirewallRoutesViolation
public static interface NetworkFirewallUnexpectedFirewallRoutesViolation.Builder extends SdkPojo, CopyableBuilder<NetworkFirewallUnexpectedFirewallRoutesViolation.Builder,NetworkFirewallUnexpectedFirewallRoutesViolation>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
firewallSubnetId
NetworkFirewallUnexpectedFirewallRoutesViolation.Builder firewallSubnetId(String firewallSubnetId)
The subnet ID for the firewall.
- Parameters:
firewallSubnetId- The subnet ID for the firewall.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
violatingRoutes
NetworkFirewallUnexpectedFirewallRoutesViolation.Builder violatingRoutes(Collection<Route> violatingRoutes)
The routes that are in violation.
- Parameters:
violatingRoutes- The routes that are in violation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
violatingRoutes
NetworkFirewallUnexpectedFirewallRoutesViolation.Builder violatingRoutes(Route... violatingRoutes)
The routes that are in violation.
- Parameters:
violatingRoutes- The routes that are in violation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
violatingRoutes
NetworkFirewallUnexpectedFirewallRoutesViolation.Builder violatingRoutes(Consumer<Route.Builder>... violatingRoutes)
The routes that are in violation.
This is a convenience method that creates an instance of theRoute.Builderavoiding the need to create one manually viaRoute.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#violatingRoutes(List.) - Parameters:
violatingRoutes- a consumer that will call methods onRoute.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#violatingRoutes(java.util.Collection)
-
routeTableId
NetworkFirewallUnexpectedFirewallRoutesViolation.Builder routeTableId(String routeTableId)
The ID of the route table.
- Parameters:
routeTableId- The ID of the route table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firewallEndpoint
NetworkFirewallUnexpectedFirewallRoutesViolation.Builder firewallEndpoint(String firewallEndpoint)
The endpoint of the firewall.
- Parameters:
firewallEndpoint- The endpoint of the firewall.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
NetworkFirewallUnexpectedFirewallRoutesViolation.Builder vpcId(String vpcId)
Information about the VPC ID.
- Parameters:
vpcId- Information about the VPC ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-