| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkFirewallMissingSubnetViolation.Builder |
NetworkFirewallMissingSubnetViolation.Builder.availabilityZone(String availabilityZone)
The Availability Zone of a violating subnet.
|
static NetworkFirewallMissingSubnetViolation.Builder |
NetworkFirewallMissingSubnetViolation.builder() |
NetworkFirewallMissingSubnetViolation.Builder |
NetworkFirewallMissingSubnetViolation.Builder.targetViolationReason(String targetViolationReason)
The reason the resource has this violation, if one is available.
|
NetworkFirewallMissingSubnetViolation.Builder |
NetworkFirewallMissingSubnetViolation.toBuilder() |
NetworkFirewallMissingSubnetViolation.Builder |
NetworkFirewallMissingSubnetViolation.Builder.violationTarget(String violationTarget)
The ID of the Network Firewall or VPC resource that's in violation.
|
NetworkFirewallMissingSubnetViolation.Builder |
NetworkFirewallMissingSubnetViolation.Builder.vpc(String vpc)
The resource ID of the VPC associated with a violating subnet.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NetworkFirewallMissingSubnetViolation.Builder> |
NetworkFirewallMissingSubnetViolation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceViolation.Builder |
ResourceViolation.Builder.networkFirewallMissingSubnetViolation(Consumer<NetworkFirewallMissingSubnetViolation.Builder> networkFirewallMissingSubnetViolation)
Violation detail for an Network Firewall policy that indicates that an Availability Zone is missing the
expected Firewall Manager managed subnet.
|
Copyright © 2021. All rights reserved.