Interface AwsEc2NetworkInterfaceViolation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsEc2NetworkInterfaceViolation.Builder,AwsEc2NetworkInterfaceViolation>,SdkBuilder<AwsEc2NetworkInterfaceViolation.Builder,AwsEc2NetworkInterfaceViolation>,SdkPojo
- Enclosing class:
- AwsEc2NetworkInterfaceViolation
public static interface AwsEc2NetworkInterfaceViolation.Builder extends SdkPojo, CopyableBuilder<AwsEc2NetworkInterfaceViolation.Builder,AwsEc2NetworkInterfaceViolation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsEc2NetworkInterfaceViolation.BuilderviolatingSecurityGroups(String... violatingSecurityGroups)List of security groups that violate the rules specified in the primary security group of the Firewall Manager policy.AwsEc2NetworkInterfaceViolation.BuilderviolatingSecurityGroups(Collection<String> violatingSecurityGroups)List of security groups that violate the rules specified in the primary security group of the Firewall Manager policy.AwsEc2NetworkInterfaceViolation.BuilderviolationTarget(String violationTarget)The resource ID of the network interface.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
violationTarget
AwsEc2NetworkInterfaceViolation.Builder violationTarget(String violationTarget)
The resource ID of the network interface.
- Parameters:
violationTarget- The resource ID of the network interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
violatingSecurityGroups
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.
- Parameters:
violatingSecurityGroups- List of security groups that violate the rules specified in the primary security group of the Firewall Manager policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
violatingSecurityGroups
AwsEc2NetworkInterfaceViolation.Builder violatingSecurityGroups(String... violatingSecurityGroups)
List of security groups that violate the rules specified in the primary security group of the Firewall Manager policy.
- Parameters:
violatingSecurityGroups- List of security groups that violate the rules specified in the primary security group of the Firewall Manager policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-