public static interface NetworkFirewallMissingExpectedRoutesViolation.Builder extends SdkPojo, CopyableBuilder<NetworkFirewallMissingExpectedRoutesViolation.Builder,NetworkFirewallMissingExpectedRoutesViolation>
| Modifier and Type | Method and Description |
|---|---|
NetworkFirewallMissingExpectedRoutesViolation.Builder |
expectedRoutes(Collection<ExpectedRoute> expectedRoutes)
The expected routes.
|
NetworkFirewallMissingExpectedRoutesViolation.Builder |
expectedRoutes(Consumer<ExpectedRoute.Builder>... expectedRoutes)
The expected routes.
|
NetworkFirewallMissingExpectedRoutesViolation.Builder |
expectedRoutes(ExpectedRoute... expectedRoutes)
The expected routes.
|
NetworkFirewallMissingExpectedRoutesViolation.Builder |
violationTarget(String violationTarget)
The target of the violation.
|
NetworkFirewallMissingExpectedRoutesViolation.Builder |
vpcId(String vpcId)
Information about the VPC ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkFirewallMissingExpectedRoutesViolation.Builder violationTarget(String violationTarget)
The target of the violation.
violationTarget - The target of the violation.NetworkFirewallMissingExpectedRoutesViolation.Builder expectedRoutes(Collection<ExpectedRoute> expectedRoutes)
The expected routes.
expectedRoutes - The expected routes.NetworkFirewallMissingExpectedRoutesViolation.Builder expectedRoutes(ExpectedRoute... expectedRoutes)
The expected routes.
expectedRoutes - The expected routes.NetworkFirewallMissingExpectedRoutesViolation.Builder expectedRoutes(Consumer<ExpectedRoute.Builder>... expectedRoutes)
The expected 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 #expectedRoutes(List) .expectedRoutes - a consumer that will call methods on List.Builder #expectedRoutes(List) NetworkFirewallMissingExpectedRoutesViolation.Builder vpcId(String vpcId)
Information about the VPC ID.
vpcId - Information about the VPC ID.Copyright © 2021. All rights reserved.