public static interface RouteHasOutOfScopeEndpointViolation.Builder extends SdkPojo, CopyableBuilder<RouteHasOutOfScopeEndpointViolation.Builder,RouteHasOutOfScopeEndpointViolation>
| Modifier and Type | Method and Description |
|---|---|
RouteHasOutOfScopeEndpointViolation.Builder |
currentFirewallSubnetRouteTable(String currentFirewallSubnetRouteTable)
The route table associated with the current firewall subnet.
|
RouteHasOutOfScopeEndpointViolation.Builder |
currentInternetGatewayRouteTable(String currentInternetGatewayRouteTable)
The current route table associated with the Internet Gateway.
|
RouteHasOutOfScopeEndpointViolation.Builder |
firewallSubnetId(String firewallSubnetId)
The ID of the firewall subnet.
|
RouteHasOutOfScopeEndpointViolation.Builder |
firewallSubnetRoutes(Collection<Route> firewallSubnetRoutes)
The list of firewall subnet routes.
|
RouteHasOutOfScopeEndpointViolation.Builder |
firewallSubnetRoutes(Consumer<Route.Builder>... firewallSubnetRoutes)
The list of firewall subnet routes.
|
RouteHasOutOfScopeEndpointViolation.Builder |
firewallSubnetRoutes(Route... firewallSubnetRoutes)
The list of firewall subnet routes.
|
RouteHasOutOfScopeEndpointViolation.Builder |
internetGatewayId(String internetGatewayId)
The ID of the Internet Gateway.
|
RouteHasOutOfScopeEndpointViolation.Builder |
internetGatewayRoutes(Collection<Route> internetGatewayRoutes)
The routes in the route table associated with the Internet Gateway.
|
RouteHasOutOfScopeEndpointViolation.Builder |
internetGatewayRoutes(Consumer<Route.Builder>... internetGatewayRoutes)
The routes in the route table associated with the Internet Gateway.
|
RouteHasOutOfScopeEndpointViolation.Builder |
internetGatewayRoutes(Route... internetGatewayRoutes)
The routes in the route table associated with the Internet Gateway.
|
RouteHasOutOfScopeEndpointViolation.Builder |
routeTableId(String routeTableId)
The ID of the route table.
|
RouteHasOutOfScopeEndpointViolation.Builder |
subnetAvailabilityZone(String subnetAvailabilityZone)
The subnet's Availability Zone.
|
RouteHasOutOfScopeEndpointViolation.Builder |
subnetAvailabilityZoneId(String subnetAvailabilityZoneId)
The ID of the subnet's Availability Zone.
|
RouteHasOutOfScopeEndpointViolation.Builder |
subnetId(String subnetId)
The ID of the subnet associated with the route that violates the policy scope.
|
RouteHasOutOfScopeEndpointViolation.Builder |
violatingRoutes(Collection<Route> violatingRoutes)
The list of routes that violate the route table.
|
RouteHasOutOfScopeEndpointViolation.Builder |
violatingRoutes(Consumer<Route.Builder>... violatingRoutes)
The list of routes that violate the route table.
|
RouteHasOutOfScopeEndpointViolation.Builder |
violatingRoutes(Route... violatingRoutes)
The list of routes that violate the route table.
|
RouteHasOutOfScopeEndpointViolation.Builder |
vpcId(String vpcId)
The VPC ID of the route that violates the policy scope.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRouteHasOutOfScopeEndpointViolation.Builder subnetId(String subnetId)
The ID of the subnet associated with the route that violates the policy scope.
subnetId - The ID of the subnet associated with the route that violates the policy scope.RouteHasOutOfScopeEndpointViolation.Builder vpcId(String vpcId)
The VPC ID of the route that violates the policy scope.
vpcId - The VPC ID of the route that violates the policy scope.RouteHasOutOfScopeEndpointViolation.Builder routeTableId(String routeTableId)
The ID of the route table.
routeTableId - The ID of the route table.RouteHasOutOfScopeEndpointViolation.Builder violatingRoutes(Collection<Route> violatingRoutes)
The list of routes that violate the route table.
violatingRoutes - The list of routes that violate the route table.RouteHasOutOfScopeEndpointViolation.Builder violatingRoutes(Route... violatingRoutes)
The list of routes that violate the route table.
violatingRoutes - The list of routes that violate the route table.RouteHasOutOfScopeEndpointViolation.Builder violatingRoutes(Consumer<Route.Builder>... violatingRoutes)
The list of routes that violate the route table.
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) RouteHasOutOfScopeEndpointViolation.Builder subnetAvailabilityZone(String subnetAvailabilityZone)
The subnet's Availability Zone.
subnetAvailabilityZone - The subnet's Availability Zone.RouteHasOutOfScopeEndpointViolation.Builder subnetAvailabilityZoneId(String subnetAvailabilityZoneId)
The ID of the subnet's Availability Zone.
subnetAvailabilityZoneId - The ID of the subnet's Availability Zone.RouteHasOutOfScopeEndpointViolation.Builder currentFirewallSubnetRouteTable(String currentFirewallSubnetRouteTable)
The route table associated with the current firewall subnet.
currentFirewallSubnetRouteTable - The route table associated with the current firewall subnet.RouteHasOutOfScopeEndpointViolation.Builder firewallSubnetId(String firewallSubnetId)
The ID of the firewall subnet.
firewallSubnetId - The ID of the firewall subnet.RouteHasOutOfScopeEndpointViolation.Builder firewallSubnetRoutes(Collection<Route> firewallSubnetRoutes)
The list of firewall subnet routes.
firewallSubnetRoutes - The list of firewall subnet routes.RouteHasOutOfScopeEndpointViolation.Builder firewallSubnetRoutes(Route... firewallSubnetRoutes)
The list of firewall subnet routes.
firewallSubnetRoutes - The list of firewall subnet routes.RouteHasOutOfScopeEndpointViolation.Builder firewallSubnetRoutes(Consumer<Route.Builder>... firewallSubnetRoutes)
The list of firewall subnet routes.
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 #firewallSubnetRoutes(List) .firewallSubnetRoutes - a consumer that will call methods on List.Builder #firewallSubnetRoutes(List) RouteHasOutOfScopeEndpointViolation.Builder internetGatewayId(String internetGatewayId)
The ID of the Internet Gateway.
internetGatewayId - The ID of the Internet Gateway.RouteHasOutOfScopeEndpointViolation.Builder currentInternetGatewayRouteTable(String currentInternetGatewayRouteTable)
The current route table associated with the Internet Gateway.
currentInternetGatewayRouteTable - The current route table associated with the Internet Gateway.RouteHasOutOfScopeEndpointViolation.Builder internetGatewayRoutes(Collection<Route> internetGatewayRoutes)
The routes in the route table associated with the Internet Gateway.
internetGatewayRoutes - The routes in the route table associated with the Internet Gateway.RouteHasOutOfScopeEndpointViolation.Builder internetGatewayRoutes(Route... internetGatewayRoutes)
The routes in the route table associated with the Internet Gateway.
internetGatewayRoutes - The routes in the route table associated with the Internet Gateway.RouteHasOutOfScopeEndpointViolation.Builder internetGatewayRoutes(Consumer<Route.Builder>... internetGatewayRoutes)
The routes in the route table associated with the Internet Gateway.
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 #internetGatewayRoutes(List) .internetGatewayRoutes - a consumer that will call methods on List.Builder #internetGatewayRoutes(List) Copyright © 2022. All rights reserved.