Interface AwsEc2InstanceViolation.Builder

    • Method Detail

      • violationTarget

        AwsEc2InstanceViolation.Builder violationTarget​(String violationTarget)

        The resource ID of the EC2 instance.

        Parameters:
        violationTarget - The resource ID of the EC2 instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • awsEc2NetworkInterfaceViolations

        AwsEc2InstanceViolation.Builder awsEc2NetworkInterfaceViolations​(Collection<AwsEc2NetworkInterfaceViolation> awsEc2NetworkInterfaceViolations)

        Violation detail for network interfaces associated with the EC2 instance.

        Parameters:
        awsEc2NetworkInterfaceViolations - Violation detail for network interfaces associated with the EC2 instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • awsEc2NetworkInterfaceViolations

        AwsEc2InstanceViolation.Builder awsEc2NetworkInterfaceViolations​(AwsEc2NetworkInterfaceViolation... awsEc2NetworkInterfaceViolations)

        Violation detail for network interfaces associated with the EC2 instance.

        Parameters:
        awsEc2NetworkInterfaceViolations - Violation detail for network interfaces associated with the EC2 instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.