Interface AwsEc2NetworkInterfaceViolation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsEc2NetworkInterfaceViolation.Builder,
,AwsEc2NetworkInterfaceViolation> SdkBuilder<AwsEc2NetworkInterfaceViolation.Builder,
,AwsEc2NetworkInterfaceViolation> SdkPojo
- Enclosing class:
AwsEc2NetworkInterfaceViolation
@Mutable
@NotThreadSafe
public static interface AwsEc2NetworkInterfaceViolation.Builder
extends SdkPojo, CopyableBuilder<AwsEc2NetworkInterfaceViolation.Builder,AwsEc2NetworkInterfaceViolation>
-
Method Summary
Modifier and TypeMethodDescriptionviolatingSecurityGroups
(String... violatingSecurityGroups) List of security groups that violate the rules specified in the primary security group of the Firewall Manager policy.violatingSecurityGroups
(Collection<String> violatingSecurityGroups) List of security groups that violate the rules specified in the primary security group of the Firewall Manager policy.violationTarget
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-