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 method that creates an instance of theExpectedRoute.Builder avoiding the need to create one
manually via ExpectedRoute.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #expectedRoutes(List.
expectedRoutes - a consumer that will call methods on
ExpectedRoute.Builder#expectedRoutes(java.util.Collection) NetworkFirewallMissingExpectedRoutesViolation.Builder vpcId(String vpcId)
Information about the VPC ID.
vpcId - Information about the VPC ID.Copyright © 2022. All rights reserved.