Interface AmiAggregationResponse.Builder

    • Method Detail

      • accountId

        AmiAggregationResponse.Builder accountId​(String accountId)

        The Amazon Web Services account ID for the AMI.

        Parameters:
        accountId - The Amazon Web Services account ID for the AMI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • affectedInstances

        AmiAggregationResponse.Builder affectedInstances​(Long affectedInstances)

        The IDs of Amazon EC2 instances using this AMI.

        Parameters:
        affectedInstances - The IDs of Amazon EC2 instances using this AMI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ami

        AmiAggregationResponse.Builder ami​(String ami)

        The ID of the AMI that findings were aggregated for.

        Parameters:
        ami - The ID of the AMI that findings were aggregated for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • severityCounts

        AmiAggregationResponse.Builder severityCounts​(SeverityCounts severityCounts)

        An object that contains the count of matched findings per severity.

        Parameters:
        severityCounts - An object that contains the count of matched findings per severity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.