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 theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #violatingRoutes(List) .violatingRoutes - a consumer that will call methods on List.Builder #violatingRoutes(List) 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 © 2022. All rights reserved.