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 master security group of the AWS Firewall
Manager policy.
|
AwsEc2NetworkInterfaceViolation.Builder |
violatingSecurityGroups(String... violatingSecurityGroups)
List of security groups that violate the rules specified in the master security group of the AWS 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 master security group of the AWS Firewall Manager policy.
violatingSecurityGroups - List of security groups that violate the rules specified in the master security group of the AWS
Firewall Manager policy.AwsEc2NetworkInterfaceViolation.Builder violatingSecurityGroups(String... violatingSecurityGroups)
List of security groups that violate the rules specified in the master security group of the AWS Firewall Manager policy.
violatingSecurityGroups - List of security groups that violate the rules specified in the master security group of the AWS
Firewall Manager policy.Copyright © 2020. All rights reserved.