public static interface NetworkFirewallInternetTrafficNotInspectedViolation.Builder extends SdkPojo, CopyableBuilder<NetworkFirewallInternetTrafficNotInspectedViolation.Builder,NetworkFirewallInternetTrafficNotInspectedViolation>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkFirewallInternetTrafficNotInspectedViolation.Builder subnetId(String subnetId)
The subnet ID.
subnetId - The subnet ID.NetworkFirewallInternetTrafficNotInspectedViolation.Builder subnetAvailabilityZone(String subnetAvailabilityZone)
The subnet Availability Zone.
subnetAvailabilityZone - The subnet Availability Zone.NetworkFirewallInternetTrafficNotInspectedViolation.Builder routeTableId(String routeTableId)
Information about the route table ID.
routeTableId - Information about the route table ID.NetworkFirewallInternetTrafficNotInspectedViolation.Builder violatingRoutes(Collection<Route> violatingRoutes)
The route or routes that are in violation.
violatingRoutes - The route or routes that are in violation.NetworkFirewallInternetTrafficNotInspectedViolation.Builder violatingRoutes(Route... violatingRoutes)
The route or routes that are in violation.
violatingRoutes - The route or routes that are in violation.NetworkFirewallInternetTrafficNotInspectedViolation.Builder violatingRoutes(Consumer<Route.Builder>... violatingRoutes)
The route or routes that are in violation.
This is a convenience 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) NetworkFirewallInternetTrafficNotInspectedViolation.Builder isRouteTableUsedInDifferentAZ(Boolean isRouteTableUsedInDifferentAZ)
Information about whether the route table is used in another Availability Zone.
isRouteTableUsedInDifferentAZ - Information about whether the route table is used in another Availability Zone.NetworkFirewallInternetTrafficNotInspectedViolation.Builder currentFirewallSubnetRouteTable(String currentFirewallSubnetRouteTable)
Information about the subnet route table for the current firewall.
currentFirewallSubnetRouteTable - Information about the subnet route table for the current firewall.NetworkFirewallInternetTrafficNotInspectedViolation.Builder expectedFirewallEndpoint(String expectedFirewallEndpoint)
The expected endpoint for the current firewall.
expectedFirewallEndpoint - The expected endpoint for the current firewall.NetworkFirewallInternetTrafficNotInspectedViolation.Builder firewallSubnetId(String firewallSubnetId)
The firewall subnet ID.
firewallSubnetId - The firewall subnet ID.NetworkFirewallInternetTrafficNotInspectedViolation.Builder expectedFirewallSubnetRoutes(Collection<ExpectedRoute> expectedFirewallSubnetRoutes)
The firewall subnet routes that are expected.
expectedFirewallSubnetRoutes - The firewall subnet routes that are expected.NetworkFirewallInternetTrafficNotInspectedViolation.Builder expectedFirewallSubnetRoutes(ExpectedRoute... expectedFirewallSubnetRoutes)
The firewall subnet routes that are expected.
expectedFirewallSubnetRoutes - The firewall subnet routes that are expected.NetworkFirewallInternetTrafficNotInspectedViolation.Builder expectedFirewallSubnetRoutes(Consumer<ExpectedRoute.Builder>... expectedFirewallSubnetRoutes)
The firewall subnet routes that are expected.
This is a convenience 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 #expectedFirewallSubnetRoutes(List) .expectedFirewallSubnetRoutes - a consumer that will call methods on List.Builder #expectedFirewallSubnetRoutes(List) NetworkFirewallInternetTrafficNotInspectedViolation.Builder actualFirewallSubnetRoutes(Collection<Route> actualFirewallSubnetRoutes)
The actual firewall subnet routes.
actualFirewallSubnetRoutes - The actual firewall subnet routes.NetworkFirewallInternetTrafficNotInspectedViolation.Builder actualFirewallSubnetRoutes(Route... actualFirewallSubnetRoutes)
The actual firewall subnet routes.
actualFirewallSubnetRoutes - The actual firewall subnet routes.NetworkFirewallInternetTrafficNotInspectedViolation.Builder actualFirewallSubnetRoutes(Consumer<Route.Builder>... actualFirewallSubnetRoutes)
The actual firewall subnet routes.
This is a convenience 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 #actualFirewallSubnetRoutes(List) .actualFirewallSubnetRoutes - a consumer that will call methods on List.Builder #actualFirewallSubnetRoutes(List) NetworkFirewallInternetTrafficNotInspectedViolation.Builder internetGatewayId(String internetGatewayId)
The internet gateway ID.
internetGatewayId - The internet gateway ID.NetworkFirewallInternetTrafficNotInspectedViolation.Builder currentInternetGatewayRouteTable(String currentInternetGatewayRouteTable)
The current route table for the internet gateway.
currentInternetGatewayRouteTable - The current route table for the internet gateway.NetworkFirewallInternetTrafficNotInspectedViolation.Builder expectedInternetGatewayRoutes(Collection<ExpectedRoute> expectedInternetGatewayRoutes)
The internet gateway routes that are expected.
expectedInternetGatewayRoutes - The internet gateway routes that are expected.NetworkFirewallInternetTrafficNotInspectedViolation.Builder expectedInternetGatewayRoutes(ExpectedRoute... expectedInternetGatewayRoutes)
The internet gateway routes that are expected.
expectedInternetGatewayRoutes - The internet gateway routes that are expected.NetworkFirewallInternetTrafficNotInspectedViolation.Builder expectedInternetGatewayRoutes(Consumer<ExpectedRoute.Builder>... expectedInternetGatewayRoutes)
The internet gateway routes that are expected.
This is a convenience 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 #expectedInternetGatewayRoutes(List) .expectedInternetGatewayRoutes - a consumer that will call methods on List.Builder #expectedInternetGatewayRoutes(List) NetworkFirewallInternetTrafficNotInspectedViolation.Builder actualInternetGatewayRoutes(Collection<Route> actualInternetGatewayRoutes)
The actual internet gateway routes.
actualInternetGatewayRoutes - The actual internet gateway routes.NetworkFirewallInternetTrafficNotInspectedViolation.Builder actualInternetGatewayRoutes(Route... actualInternetGatewayRoutes)
The actual internet gateway routes.
actualInternetGatewayRoutes - The actual internet gateway routes.NetworkFirewallInternetTrafficNotInspectedViolation.Builder actualInternetGatewayRoutes(Consumer<Route.Builder>... actualInternetGatewayRoutes)
The actual internet gateway routes.
This is a convenience 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 #actualInternetGatewayRoutes(List) .actualInternetGatewayRoutes - a consumer that will call methods on List.Builder #actualInternetGatewayRoutes(List) NetworkFirewallInternetTrafficNotInspectedViolation.Builder vpcId(String vpcId)
Information about the VPC ID.
vpcId - Information about the VPC ID.Copyright © 2021. All rights reserved.