Interface Insight.Builder

    • Method Detail

      • insightArn

        Insight.Builder insightArn​(String insightArn)

        The ARN of a Security Hub insight.

        Parameters:
        insightArn - The ARN of a Security Hub insight.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        Insight.Builder name​(String name)

        The name of a Security Hub insight.

        Parameters:
        name - The name of a Security Hub insight.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        Insight.Builder filters​(AwsSecurityFindingFilters filters)

        One or more attributes used to filter the findings included in the insight. You can filter by up to ten finding attributes. For each attribute, you can provide up to 20 filter values. The insight only includes findings that match the criteria defined in the filters.

        Parameters:
        filters - One or more attributes used to filter the findings included in the insight. You can filter by up to ten finding attributes. For each attribute, you can provide up to 20 filter values. The insight only includes findings that match the criteria defined in the filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupByAttribute

        Insight.Builder groupByAttribute​(String groupByAttribute)

        The grouping attribute for the insight's findings. Indicates how to group the matching findings, and identifies the type of item that the insight applies to. For example, if an insight is grouped by resource identifier, then the insight produces a list of resource identifiers.

        Parameters:
        groupByAttribute - The grouping attribute for the insight's findings. Indicates how to group the matching findings, and identifies the type of item that the insight applies to. For example, if an insight is grouped by resource identifier, then the insight produces a list of resource identifiers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.