public static interface NetworkFirewallUnexpectedFirewallRoutesViolation.Builder extends SdkPojo, CopyableBuilder<NetworkFirewallUnexpectedFirewallRoutesViolation.Builder,NetworkFirewallUnexpectedFirewallRoutesViolation>
| Modifier and Type | Method and Description |
|---|---|
NetworkFirewallUnexpectedFirewallRoutesViolation.Builder |
firewallEndpoint(String firewallEndpoint)
The endpoint of the firewall.
|
NetworkFirewallUnexpectedFirewallRoutesViolation.Builder |
firewallSubnetId(String firewallSubnetId)
The subnet ID for the firewall.
|
NetworkFirewallUnexpectedFirewallRoutesViolation.Builder |
routeTableId(String routeTableId)
The ID of the route table.
|
NetworkFirewallUnexpectedFirewallRoutesViolation.Builder |
violatingRoutes(Collection<Route> violatingRoutes)
The routes that are in violation.
|
NetworkFirewallUnexpectedFirewallRoutesViolation.Builder |
violatingRoutes(Consumer<Route.Builder>... violatingRoutes)
The routes that are in violation.
|
NetworkFirewallUnexpectedFirewallRoutesViolation.Builder |
violatingRoutes(Route... violatingRoutes)
The routes that are in violation.
|
NetworkFirewallUnexpectedFirewallRoutesViolation.Builder |
vpcId(String vpcId)
Information about the VPC ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkFirewallUnexpectedFirewallRoutesViolation.Builder firewallSubnetId(String firewallSubnetId)
The subnet ID for the firewall.
firewallSubnetId - The subnet ID for the firewall.NetworkFirewallUnexpectedFirewallRoutesViolation.Builder violatingRoutes(Collection<Route> violatingRoutes)
The routes that are in violation.
violatingRoutes - The routes that are in violation.NetworkFirewallUnexpectedFirewallRoutesViolation.Builder violatingRoutes(Route... violatingRoutes)
The routes that are in violation.
violatingRoutes - The routes that are in violation.NetworkFirewallUnexpectedFirewallRoutesViolation.Builder violatingRoutes(Consumer<Route.Builder>... violatingRoutes)
The routes that are in violation.
This is a convenience method that creates an instance of theRoute.Builder avoiding the need to create one manually via
Route.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #violatingRoutes(List.
violatingRoutes - a consumer that will call methods on Route.Builder#violatingRoutes(java.util.Collection) NetworkFirewallUnexpectedFirewallRoutesViolation.Builder routeTableId(String routeTableId)
The ID of the route table.
routeTableId - The ID of the route table.NetworkFirewallUnexpectedFirewallRoutesViolation.Builder firewallEndpoint(String firewallEndpoint)
The endpoint of the firewall.
firewallEndpoint - The endpoint of the firewall.NetworkFirewallUnexpectedFirewallRoutesViolation.Builder vpcId(String vpcId)
Information about the VPC ID.
vpcId - Information about the VPC ID.Copyright © 2023. All rights reserved.