public static interface AwsEc2NetworkInterfaceViolation.Builder extends SdkPojo, CopyableBuilder<AwsEc2NetworkInterfaceViolation.Builder,AwsEc2NetworkInterfaceViolation>
| Modifier and Type | Method and Description |
|---|---|
AwsEc2NetworkInterfaceViolation.Builder |
violatingSecurityGroups(Collection<String> violatingSecurityGroups)
List of security groups that violate the rules specified in the primary security group of the Firewall
Manager policy.
|
AwsEc2NetworkInterfaceViolation.Builder |
violatingSecurityGroups(String... violatingSecurityGroups)
List of security groups that violate the rules specified in the primary security group of the Firewall
Manager policy.
|
AwsEc2NetworkInterfaceViolation.Builder |
violationTarget(String violationTarget)
The resource ID of the network interface.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEc2NetworkInterfaceViolation.Builder violationTarget(String violationTarget)
The resource ID of the network interface.
violationTarget - The resource ID of the network interface.AwsEc2NetworkInterfaceViolation.Builder violatingSecurityGroups(Collection<String> violatingSecurityGroups)
List of security groups that violate the rules specified in the primary security group of the Firewall Manager policy.
violatingSecurityGroups - List of security groups that violate the rules specified in the primary security group of the Firewall
Manager policy.AwsEc2NetworkInterfaceViolation.Builder violatingSecurityGroups(String... violatingSecurityGroups)
List of security groups that violate the rules specified in the primary security group of the Firewall Manager policy.
violatingSecurityGroups - List of security groups that violate the rules specified in the primary security group of the Firewall
Manager policy.Copyright © 2022. All rights reserved.