| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
static RouteHasOutOfScopeEndpointViolation.Builder |
RouteHasOutOfScopeEndpointViolation.builder() |
RouteHasOutOfScopeEndpointViolation.Builder |
RouteHasOutOfScopeEndpointViolation.Builder.currentFirewallSubnetRouteTable(String currentFirewallSubnetRouteTable)
The route table associated with the current firewall subnet.
|
RouteHasOutOfScopeEndpointViolation.Builder |
RouteHasOutOfScopeEndpointViolation.Builder.currentInternetGatewayRouteTable(String currentInternetGatewayRouteTable)
The current route table associated with the Internet Gateway.
|
RouteHasOutOfScopeEndpointViolation.Builder |
RouteHasOutOfScopeEndpointViolation.Builder.firewallSubnetId(String firewallSubnetId)
The ID of the firewall subnet.
|
RouteHasOutOfScopeEndpointViolation.Builder |
RouteHasOutOfScopeEndpointViolation.Builder.firewallSubnetRoutes(Collection<Route> firewallSubnetRoutes)
The list of firewall subnet routes.
|
RouteHasOutOfScopeEndpointViolation.Builder |
RouteHasOutOfScopeEndpointViolation.Builder.firewallSubnetRoutes(Consumer<Route.Builder>... firewallSubnetRoutes)
The list of firewall subnet routes.
|
RouteHasOutOfScopeEndpointViolation.Builder |
RouteHasOutOfScopeEndpointViolation.Builder.firewallSubnetRoutes(Route... firewallSubnetRoutes)
The list of firewall subnet routes.
|
RouteHasOutOfScopeEndpointViolation.Builder |
RouteHasOutOfScopeEndpointViolation.Builder.internetGatewayId(String internetGatewayId)
The ID of the Internet Gateway.
|
RouteHasOutOfScopeEndpointViolation.Builder |
RouteHasOutOfScopeEndpointViolation.Builder.internetGatewayRoutes(Collection<Route> internetGatewayRoutes)
The routes in the route table associated with the Internet Gateway.
|
RouteHasOutOfScopeEndpointViolation.Builder |
RouteHasOutOfScopeEndpointViolation.Builder.internetGatewayRoutes(Consumer<Route.Builder>... internetGatewayRoutes)
The routes in the route table associated with the Internet Gateway.
|
RouteHasOutOfScopeEndpointViolation.Builder |
RouteHasOutOfScopeEndpointViolation.Builder.internetGatewayRoutes(Route... internetGatewayRoutes)
The routes in the route table associated with the Internet Gateway.
|
RouteHasOutOfScopeEndpointViolation.Builder |
RouteHasOutOfScopeEndpointViolation.Builder.routeTableId(String routeTableId)
The ID of the route table.
|
RouteHasOutOfScopeEndpointViolation.Builder |
RouteHasOutOfScopeEndpointViolation.Builder.subnetAvailabilityZone(String subnetAvailabilityZone)
The subnet's Availability Zone.
|
RouteHasOutOfScopeEndpointViolation.Builder |
RouteHasOutOfScopeEndpointViolation.Builder.subnetAvailabilityZoneId(String subnetAvailabilityZoneId)
The ID of the subnet's Availability Zone.
|
RouteHasOutOfScopeEndpointViolation.Builder |
RouteHasOutOfScopeEndpointViolation.Builder.subnetId(String subnetId)
The ID of the subnet associated with the route that violates the policy scope.
|
RouteHasOutOfScopeEndpointViolation.Builder |
RouteHasOutOfScopeEndpointViolation.toBuilder() |
RouteHasOutOfScopeEndpointViolation.Builder |
RouteHasOutOfScopeEndpointViolation.Builder.violatingRoutes(Collection<Route> violatingRoutes)
The list of routes that violate the route table.
|
RouteHasOutOfScopeEndpointViolation.Builder |
RouteHasOutOfScopeEndpointViolation.Builder.violatingRoutes(Consumer<Route.Builder>... violatingRoutes)
The list of routes that violate the route table.
|
RouteHasOutOfScopeEndpointViolation.Builder |
RouteHasOutOfScopeEndpointViolation.Builder.violatingRoutes(Route... violatingRoutes)
The list of routes that violate the route table.
|
RouteHasOutOfScopeEndpointViolation.Builder |
RouteHasOutOfScopeEndpointViolation.Builder.vpcId(String vpcId)
The VPC ID of the route that violates the policy scope.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RouteHasOutOfScopeEndpointViolation.Builder> |
RouteHasOutOfScopeEndpointViolation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceViolation.Builder |
ResourceViolation.Builder.routeHasOutOfScopeEndpointViolation(Consumer<RouteHasOutOfScopeEndpointViolation.Builder> routeHasOutOfScopeEndpointViolation)
Contains details about the route endpoint that violates the policy scope.
|
Copyright © 2023. All rights reserved.