public static interface NetworkFirewallUnexpectedGatewayRoutesViolation.Builder extends SdkPojo, CopyableBuilder<NetworkFirewallUnexpectedGatewayRoutesViolation.Builder,NetworkFirewallUnexpectedGatewayRoutesViolation>
| Modifier and Type | Method and Description |
|---|---|
NetworkFirewallUnexpectedGatewayRoutesViolation.Builder |
gatewayId(String gatewayId)
Information about the gateway ID.
|
NetworkFirewallUnexpectedGatewayRoutesViolation.Builder |
routeTableId(String routeTableId)
Information about the route table.
|
NetworkFirewallUnexpectedGatewayRoutesViolation.Builder |
violatingRoutes(Collection<Route> violatingRoutes)
The routes that are in violation.
|
NetworkFirewallUnexpectedGatewayRoutesViolation.Builder |
violatingRoutes(Consumer<Route.Builder>... violatingRoutes)
The routes that are in violation.
|
NetworkFirewallUnexpectedGatewayRoutesViolation.Builder |
violatingRoutes(Route... violatingRoutes)
The routes that are in violation.
|
NetworkFirewallUnexpectedGatewayRoutesViolation.Builder |
vpcId(String vpcId)
Information about the VPC ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkFirewallUnexpectedGatewayRoutesViolation.Builder gatewayId(String gatewayId)
Information about the gateway ID.
gatewayId - Information about the gateway ID.NetworkFirewallUnexpectedGatewayRoutesViolation.Builder violatingRoutes(Collection<Route> violatingRoutes)
The routes that are in violation.
violatingRoutes - The routes that are in violation.NetworkFirewallUnexpectedGatewayRoutesViolation.Builder violatingRoutes(Route... violatingRoutes)
The routes that are in violation.
violatingRoutes - The routes that are in violation.NetworkFirewallUnexpectedGatewayRoutesViolation.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) NetworkFirewallUnexpectedGatewayRoutesViolation.Builder routeTableId(String routeTableId)
Information about the route table.
routeTableId - Information about the route table.NetworkFirewallUnexpectedGatewayRoutesViolation.Builder vpcId(String vpcId)
Information about the VPC ID.
vpcId - Information about the VPC ID.Copyright © 2023. All rights reserved.