Interface AutomationRulesFindingFilters.Builder

    • Method Detail

      • productArn

        AutomationRulesFindingFilters.Builder productArn​(Collection<StringFilter> productArn)

        The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        productArn - The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • productArn

        AutomationRulesFindingFilters.Builder productArn​(StringFilter... productArn)

        The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        productArn - The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • productArn

        AutomationRulesFindingFilters.Builder productArn​(Consumer<StringFilter.Builder>... productArn)

        The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the StringFilter.Builder avoiding the need to create one manually via StringFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #productArn(List).

        Parameters:
        productArn - a consumer that will call methods on StringFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #productArn(java.util.Collection)
      • awsAccountId

        AutomationRulesFindingFilters.Builder awsAccountId​(Collection<StringFilter> awsAccountId)

        The Amazon Web Services account ID in which a finding was generated.

        Array Members: Minimum number of 1 item. Maximum number of 100 items.

        Parameters:
        awsAccountId - The Amazon Web Services account ID in which a finding was generated.

        Array Members: Minimum number of 1 item. Maximum number of 100 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • awsAccountId

        AutomationRulesFindingFilters.Builder awsAccountId​(StringFilter... awsAccountId)

        The Amazon Web Services account ID in which a finding was generated.

        Array Members: Minimum number of 1 item. Maximum number of 100 items.

        Parameters:
        awsAccountId - The Amazon Web Services account ID in which a finding was generated.

        Array Members: Minimum number of 1 item. Maximum number of 100 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        AutomationRulesFindingFilters.Builder id​(Collection<StringFilter> id)

        The product-specific identifier for a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        id - The product-specific identifier for a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        AutomationRulesFindingFilters.Builder id​(StringFilter... id)

        The product-specific identifier for a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        id - The product-specific identifier for a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • generatorId

        AutomationRulesFindingFilters.Builder generatorId​(Collection<StringFilter> generatorId)

        The identifier for the solution-specific component that generated a finding.

        Array Members: Minimum number of 1 item. Maximum number of 100 items.

        Parameters:
        generatorId - The identifier for the solution-specific component that generated a finding.

        Array Members: Minimum number of 1 item. Maximum number of 100 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • generatorId

        AutomationRulesFindingFilters.Builder generatorId​(StringFilter... generatorId)

        The identifier for the solution-specific component that generated a finding.

        Array Members: Minimum number of 1 item. Maximum number of 100 items.

        Parameters:
        generatorId - The identifier for the solution-specific component that generated a finding.

        Array Members: Minimum number of 1 item. Maximum number of 100 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        AutomationRulesFindingFilters.Builder type​(Collection<StringFilter> type)

        One or more finding types in the format of namespace/category/classifier that classify a finding. For a list of namespaces, classifiers, and categories, see Types taxonomy for ASFF in the Security Hub User Guide.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        type - One or more finding types in the format of namespace/category/classifier that classify a finding. For a list of namespaces, classifiers, and categories, see Types taxonomy for ASFF in the Security Hub User Guide.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        AutomationRulesFindingFilters.Builder type​(StringFilter... type)

        One or more finding types in the format of namespace/category/classifier that classify a finding. For a list of namespaces, classifiers, and categories, see Types taxonomy for ASFF in the Security Hub User Guide.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        type - One or more finding types in the format of namespace/category/classifier that classify a finding. For a list of namespaces, classifiers, and categories, see Types taxonomy for ASFF in the Security Hub User Guide.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • firstObservedAt

        AutomationRulesFindingFilters.Builder firstObservedAt​(Collection<DateFilter> firstObservedAt)

        A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        firstObservedAt - A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • firstObservedAt

        AutomationRulesFindingFilters.Builder firstObservedAt​(DateFilter... firstObservedAt)

        A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        firstObservedAt - A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • firstObservedAt

        AutomationRulesFindingFilters.Builder firstObservedAt​(Consumer<DateFilter.Builder>... firstObservedAt)

        A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the DateFilter.Builder avoiding the need to create one manually via DateFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #firstObservedAt(List).

        Parameters:
        firstObservedAt - a consumer that will call methods on DateFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #firstObservedAt(java.util.Collection)
      • lastObservedAt

        AutomationRulesFindingFilters.Builder lastObservedAt​(Collection<DateFilter> lastObservedAt)

        A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        lastObservedAt - A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastObservedAt

        AutomationRulesFindingFilters.Builder lastObservedAt​(DateFilter... lastObservedAt)

        A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        lastObservedAt - A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastObservedAt

        AutomationRulesFindingFilters.Builder lastObservedAt​(Consumer<DateFilter.Builder>... lastObservedAt)

        A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the DateFilter.Builder avoiding the need to create one manually via DateFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #lastObservedAt(List).

        Parameters:
        lastObservedAt - a consumer that will call methods on DateFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #lastObservedAt(java.util.Collection)
      • createdAt

        AutomationRulesFindingFilters.Builder createdAt​(Collection<DateFilter> createdAt)

        A timestamp that indicates when this finding record was created.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        createdAt - A timestamp that indicates when this finding record was created.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        AutomationRulesFindingFilters.Builder createdAt​(DateFilter... createdAt)

        A timestamp that indicates when this finding record was created.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        createdAt - A timestamp that indicates when this finding record was created.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        AutomationRulesFindingFilters.Builder createdAt​(Consumer<DateFilter.Builder>... createdAt)

        A timestamp that indicates when this finding record was created.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the DateFilter.Builder avoiding the need to create one manually via DateFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #createdAt(List).

        Parameters:
        createdAt - a consumer that will call methods on DateFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #createdAt(java.util.Collection)
      • updatedAt

        AutomationRulesFindingFilters.Builder updatedAt​(Collection<DateFilter> updatedAt)

        A timestamp that indicates when the finding record was most recently updated.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        updatedAt - A timestamp that indicates when the finding record was most recently updated.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        AutomationRulesFindingFilters.Builder updatedAt​(DateFilter... updatedAt)

        A timestamp that indicates when the finding record was most recently updated.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        updatedAt - A timestamp that indicates when the finding record was most recently updated.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        AutomationRulesFindingFilters.Builder updatedAt​(Consumer<DateFilter.Builder>... updatedAt)

        A timestamp that indicates when the finding record was most recently updated.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the DateFilter.Builder avoiding the need to create one manually via DateFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #updatedAt(List).

        Parameters:
        updatedAt - a consumer that will call methods on DateFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #updatedAt(java.util.Collection)
      • confidence

        AutomationRulesFindingFilters.Builder confidence​(Collection<NumberFilter> confidence)

        The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0–100 basis using a ratio scale. A value of 0 means 0 percent confidence, and a value of 100 means 100 percent confidence. For example, a data exfiltration detection based on a statistical deviation of network traffic has low confidence because an actual exfiltration hasn't been verified. For more information, see Confidence in the Security Hub User Guide.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        confidence - The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0–100 basis using a ratio scale. A value of 0 means 0 percent confidence, and a value of 100 means 100 percent confidence. For example, a data exfiltration detection based on a statistical deviation of network traffic has low confidence because an actual exfiltration hasn't been verified. For more information, see Confidence in the Security Hub User Guide.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • confidence

        AutomationRulesFindingFilters.Builder confidence​(NumberFilter... confidence)

        The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0–100 basis using a ratio scale. A value of 0 means 0 percent confidence, and a value of 100 means 100 percent confidence. For example, a data exfiltration detection based on a statistical deviation of network traffic has low confidence because an actual exfiltration hasn't been verified. For more information, see Confidence in the Security Hub User Guide.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        confidence - The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0–100 basis using a ratio scale. A value of 0 means 0 percent confidence, and a value of 100 means 100 percent confidence. For example, a data exfiltration detection based on a statistical deviation of network traffic has low confidence because an actual exfiltration hasn't been verified. For more information, see Confidence in the Security Hub User Guide.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • confidence

        AutomationRulesFindingFilters.Builder confidence​(Consumer<NumberFilter.Builder>... confidence)

        The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0–100 basis using a ratio scale. A value of 0 means 0 percent confidence, and a value of 100 means 100 percent confidence. For example, a data exfiltration detection based on a statistical deviation of network traffic has low confidence because an actual exfiltration hasn't been verified. For more information, see Confidence in the Security Hub User Guide.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the NumberFilter.Builder avoiding the need to create one manually via NumberFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #confidence(List).

        Parameters:
        confidence - a consumer that will call methods on NumberFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #confidence(java.util.Collection)
      • criticality

        AutomationRulesFindingFilters.Builder criticality​(Collection<NumberFilter> criticality)

        The level of importance that is assigned to the resources that are associated with a finding. Criticality is scored on a 0–100 basis, using a ratio scale that supports only full integers. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. For more information, see Criticality in the Security Hub User Guide.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        criticality - The level of importance that is assigned to the resources that are associated with a finding. Criticality is scored on a 0–100 basis, using a ratio scale that supports only full integers. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. For more information, see Criticality in the Security Hub User Guide.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • criticality

        AutomationRulesFindingFilters.Builder criticality​(NumberFilter... criticality)

        The level of importance that is assigned to the resources that are associated with a finding. Criticality is scored on a 0–100 basis, using a ratio scale that supports only full integers. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. For more information, see Criticality in the Security Hub User Guide.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        criticality - The level of importance that is assigned to the resources that are associated with a finding. Criticality is scored on a 0–100 basis, using a ratio scale that supports only full integers. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. For more information, see Criticality in the Security Hub User Guide.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • criticality

        AutomationRulesFindingFilters.Builder criticality​(Consumer<NumberFilter.Builder>... criticality)

        The level of importance that is assigned to the resources that are associated with a finding. Criticality is scored on a 0–100 basis, using a ratio scale that supports only full integers. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. For more information, see Criticality in the Security Hub User Guide.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the NumberFilter.Builder avoiding the need to create one manually via NumberFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #criticality(List).

        Parameters:
        criticality - a consumer that will call methods on NumberFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #criticality(java.util.Collection)
      • title

        AutomationRulesFindingFilters.Builder title​(Collection<StringFilter> title)

        A finding's title.

        Array Members: Minimum number of 1 item. Maximum number of 100 items.

        Parameters:
        title - A finding's title.

        Array Members: Minimum number of 1 item. Maximum number of 100 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • title

        AutomationRulesFindingFilters.Builder title​(StringFilter... title)

        A finding's title.

        Array Members: Minimum number of 1 item. Maximum number of 100 items.

        Parameters:
        title - A finding's title.

        Array Members: Minimum number of 1 item. Maximum number of 100 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        AutomationRulesFindingFilters.Builder description​(Collection<StringFilter> description)

        A finding's description.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        description - A finding's description.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        AutomationRulesFindingFilters.Builder description​(StringFilter... description)

        A finding's description.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        description - A finding's description.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceUrl

        AutomationRulesFindingFilters.Builder sourceUrl​(Collection<StringFilter> sourceUrl)

        Provides a URL that links to a page about the current finding in the finding product.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        sourceUrl - Provides a URL that links to a page about the current finding in the finding product.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceUrl

        AutomationRulesFindingFilters.Builder sourceUrl​(StringFilter... sourceUrl)

        Provides a URL that links to a page about the current finding in the finding product.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        sourceUrl - Provides a URL that links to a page about the current finding in the finding product.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • productName

        AutomationRulesFindingFilters.Builder productName​(Collection<StringFilter> productName)

        Provides the name of the product that generated the finding. For control-based findings, the product name is Security Hub.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        productName - Provides the name of the product that generated the finding. For control-based findings, the product name is Security Hub.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • productName

        AutomationRulesFindingFilters.Builder productName​(StringFilter... productName)

        Provides the name of the product that generated the finding. For control-based findings, the product name is Security Hub.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        productName - Provides the name of the product that generated the finding. For control-based findings, the product name is Security Hub.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • productName

        AutomationRulesFindingFilters.Builder productName​(Consumer<StringFilter.Builder>... productName)

        Provides the name of the product that generated the finding. For control-based findings, the product name is Security Hub.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the StringFilter.Builder avoiding the need to create one manually via StringFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #productName(List).

        Parameters:
        productName - a consumer that will call methods on StringFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #productName(java.util.Collection)
      • companyName

        AutomationRulesFindingFilters.Builder companyName​(Collection<StringFilter> companyName)

        The name of the company for the product that generated the finding. For control-based findings, the company is Amazon Web Services.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        companyName - The name of the company for the product that generated the finding. For control-based findings, the company is Amazon Web Services.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • companyName

        AutomationRulesFindingFilters.Builder companyName​(StringFilter... companyName)

        The name of the company for the product that generated the finding. For control-based findings, the company is Amazon Web Services.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        companyName - The name of the company for the product that generated the finding. For control-based findings, the company is Amazon Web Services.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • companyName

        AutomationRulesFindingFilters.Builder companyName​(Consumer<StringFilter.Builder>... companyName)

        The name of the company for the product that generated the finding. For control-based findings, the company is Amazon Web Services.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the StringFilter.Builder avoiding the need to create one manually via StringFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #companyName(List).

        Parameters:
        companyName - a consumer that will call methods on StringFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #companyName(java.util.Collection)
      • severityLabel

        AutomationRulesFindingFilters.Builder severityLabel​(Collection<StringFilter> severityLabel)

        The severity value of the finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        severityLabel - The severity value of the finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • severityLabel

        AutomationRulesFindingFilters.Builder severityLabel​(StringFilter... severityLabel)

        The severity value of the finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        severityLabel - The severity value of the finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceType

        AutomationRulesFindingFilters.Builder resourceType​(Collection<StringFilter> resourceType)

        The type of resource that the finding pertains to.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        resourceType - The type of resource that the finding pertains to.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceType

        AutomationRulesFindingFilters.Builder resourceType​(StringFilter... resourceType)

        The type of resource that the finding pertains to.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        resourceType - The type of resource that the finding pertains to.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceId

        AutomationRulesFindingFilters.Builder resourceId​(Collection<StringFilter> resourceId)

        The identifier for the given resource type. For Amazon Web Services resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For Amazon Web Services resources that lack ARNs, this is the identifier as defined by the Amazon Web Service that created the resource. For non-Amazon Web Services resources, this is a unique identifier that is associated with the resource.

        Array Members: Minimum number of 1 item. Maximum number of 100 items.

        Parameters:
        resourceId - The identifier for the given resource type. For Amazon Web Services resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For Amazon Web Services resources that lack ARNs, this is the identifier as defined by the Amazon Web Service that created the resource. For non-Amazon Web Services resources, this is a unique identifier that is associated with the resource.

        Array Members: Minimum number of 1 item. Maximum number of 100 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceId

        AutomationRulesFindingFilters.Builder resourceId​(StringFilter... resourceId)

        The identifier for the given resource type. For Amazon Web Services resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For Amazon Web Services resources that lack ARNs, this is the identifier as defined by the Amazon Web Service that created the resource. For non-Amazon Web Services resources, this is a unique identifier that is associated with the resource.

        Array Members: Minimum number of 1 item. Maximum number of 100 items.

        Parameters:
        resourceId - The identifier for the given resource type. For Amazon Web Services resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For Amazon Web Services resources that lack ARNs, this is the identifier as defined by the Amazon Web Service that created the resource. For non-Amazon Web Services resources, this is a unique identifier that is associated with the resource.

        Array Members: Minimum number of 1 item. Maximum number of 100 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceId

        AutomationRulesFindingFilters.Builder resourceId​(Consumer<StringFilter.Builder>... resourceId)

        The identifier for the given resource type. For Amazon Web Services resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For Amazon Web Services resources that lack ARNs, this is the identifier as defined by the Amazon Web Service that created the resource. For non-Amazon Web Services resources, this is a unique identifier that is associated with the resource.

        Array Members: Minimum number of 1 item. Maximum number of 100 items.

        This is a convenience method that creates an instance of the StringFilter.Builder avoiding the need to create one manually via StringFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #resourceId(List).

        Parameters:
        resourceId - a consumer that will call methods on StringFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #resourceId(java.util.Collection)
      • resourcePartition

        AutomationRulesFindingFilters.Builder resourcePartition​(Collection<StringFilter> resourcePartition)

        The partition in which the resource that the finding pertains to is located. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        resourcePartition - The partition in which the resource that the finding pertains to is located. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourcePartition

        AutomationRulesFindingFilters.Builder resourcePartition​(StringFilter... resourcePartition)

        The partition in which the resource that the finding pertains to is located. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        resourcePartition - The partition in which the resource that the finding pertains to is located. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourcePartition

        AutomationRulesFindingFilters.Builder resourcePartition​(Consumer<StringFilter.Builder>... resourcePartition)

        The partition in which the resource that the finding pertains to is located. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the StringFilter.Builder avoiding the need to create one manually via StringFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #resourcePartition(List).

        Parameters:
        resourcePartition - a consumer that will call methods on StringFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #resourcePartition(java.util.Collection)
      • resourceRegion

        AutomationRulesFindingFilters.Builder resourceRegion​(Collection<StringFilter> resourceRegion)

        The Amazon Web Services Region where the resource that a finding pertains to is located.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        resourceRegion - The Amazon Web Services Region where the resource that a finding pertains to is located.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceRegion

        AutomationRulesFindingFilters.Builder resourceRegion​(StringFilter... resourceRegion)

        The Amazon Web Services Region where the resource that a finding pertains to is located.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        resourceRegion - The Amazon Web Services Region where the resource that a finding pertains to is located.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceRegion

        AutomationRulesFindingFilters.Builder resourceRegion​(Consumer<StringFilter.Builder>... resourceRegion)

        The Amazon Web Services Region where the resource that a finding pertains to is located.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the StringFilter.Builder avoiding the need to create one manually via StringFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #resourceRegion(List).

        Parameters:
        resourceRegion - a consumer that will call methods on StringFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #resourceRegion(java.util.Collection)
      • resourceTags

        AutomationRulesFindingFilters.Builder resourceTags​(Collection<MapFilter> resourceTags)

        A list of Amazon Web Services tags associated with a resource at the time the finding was processed.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        resourceTags - A list of Amazon Web Services tags associated with a resource at the time the finding was processed.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTags

        AutomationRulesFindingFilters.Builder resourceTags​(MapFilter... resourceTags)

        A list of Amazon Web Services tags associated with a resource at the time the finding was processed.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        resourceTags - A list of Amazon Web Services tags associated with a resource at the time the finding was processed.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTags

        AutomationRulesFindingFilters.Builder resourceTags​(Consumer<MapFilter.Builder>... resourceTags)

        A list of Amazon Web Services tags associated with a resource at the time the finding was processed.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the MapFilter.Builder avoiding the need to create one manually via MapFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #resourceTags(List).

        Parameters:
        resourceTags - a consumer that will call methods on MapFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #resourceTags(java.util.Collection)
      • resourceDetailsOther

        AutomationRulesFindingFilters.Builder resourceDetailsOther​(Collection<MapFilter> resourceDetailsOther)

        Custom fields and values about the resource that a finding pertains to.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        resourceDetailsOther - Custom fields and values about the resource that a finding pertains to.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceDetailsOther

        AutomationRulesFindingFilters.Builder resourceDetailsOther​(MapFilter... resourceDetailsOther)

        Custom fields and values about the resource that a finding pertains to.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        resourceDetailsOther - Custom fields and values about the resource that a finding pertains to.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceDetailsOther

        AutomationRulesFindingFilters.Builder resourceDetailsOther​(Consumer<MapFilter.Builder>... resourceDetailsOther)

        Custom fields and values about the resource that a finding pertains to.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the MapFilter.Builder avoiding the need to create one manually via MapFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #resourceDetailsOther(List).

        Parameters:
        resourceDetailsOther - a consumer that will call methods on MapFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #resourceDetailsOther(java.util.Collection)
      • complianceStatus

        AutomationRulesFindingFilters.Builder complianceStatus​(Collection<StringFilter> complianceStatus)

        The result of a security check. This field is only used for findings generated from controls.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        complianceStatus - The result of a security check. This field is only used for findings generated from controls.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • complianceStatus

        AutomationRulesFindingFilters.Builder complianceStatus​(StringFilter... complianceStatus)

        The result of a security check. This field is only used for findings generated from controls.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        complianceStatus - The result of a security check. This field is only used for findings generated from controls.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • complianceStatus

        AutomationRulesFindingFilters.Builder complianceStatus​(Consumer<StringFilter.Builder>... complianceStatus)

        The result of a security check. This field is only used for findings generated from controls.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the StringFilter.Builder avoiding the need to create one manually via StringFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #complianceStatus(List).

        Parameters:
        complianceStatus - a consumer that will call methods on StringFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #complianceStatus(java.util.Collection)
      • complianceSecurityControlId

        AutomationRulesFindingFilters.Builder complianceSecurityControlId​(Collection<StringFilter> complianceSecurityControlId)

        The security control ID for which a finding was generated. Security control IDs are the same across standards.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        complianceSecurityControlId - The security control ID for which a finding was generated. Security control IDs are the same across standards.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • complianceSecurityControlId

        AutomationRulesFindingFilters.Builder complianceSecurityControlId​(StringFilter... complianceSecurityControlId)

        The security control ID for which a finding was generated. Security control IDs are the same across standards.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        complianceSecurityControlId - The security control ID for which a finding was generated. Security control IDs are the same across standards.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • complianceSecurityControlId

        AutomationRulesFindingFilters.Builder complianceSecurityControlId​(Consumer<StringFilter.Builder>... complianceSecurityControlId)

        The security control ID for which a finding was generated. Security control IDs are the same across standards.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the StringFilter.Builder avoiding the need to create one manually via StringFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #complianceSecurityControlId(List).

        Parameters:
        complianceSecurityControlId - a consumer that will call methods on StringFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #complianceSecurityControlId(java.util.Collection)
      • complianceAssociatedStandardsId

        AutomationRulesFindingFilters.Builder complianceAssociatedStandardsId​(Collection<StringFilter> complianceAssociatedStandardsId)

        The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        complianceAssociatedStandardsId - The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • complianceAssociatedStandardsId

        AutomationRulesFindingFilters.Builder complianceAssociatedStandardsId​(StringFilter... complianceAssociatedStandardsId)

        The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        complianceAssociatedStandardsId - The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • complianceAssociatedStandardsId

        AutomationRulesFindingFilters.Builder complianceAssociatedStandardsId​(Consumer<StringFilter.Builder>... complianceAssociatedStandardsId)

        The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the StringFilter.Builder avoiding the need to create one manually via StringFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #complianceAssociatedStandardsId(List).

        Parameters:
        complianceAssociatedStandardsId - a consumer that will call methods on StringFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #complianceAssociatedStandardsId(java.util.Collection)
      • verificationState

        AutomationRulesFindingFilters.Builder verificationState​(Collection<StringFilter> verificationState)

        Provides the veracity of a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        verificationState - Provides the veracity of a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • verificationState

        AutomationRulesFindingFilters.Builder verificationState​(StringFilter... verificationState)

        Provides the veracity of a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        verificationState - Provides the veracity of a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workflowStatus

        AutomationRulesFindingFilters.Builder workflowStatus​(Collection<StringFilter> workflowStatus)

        Provides information about the status of the investigation into a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        workflowStatus - Provides information about the status of the investigation into a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workflowStatus

        AutomationRulesFindingFilters.Builder workflowStatus​(StringFilter... workflowStatus)

        Provides information about the status of the investigation into a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        workflowStatus - Provides information about the status of the investigation into a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workflowStatus

        AutomationRulesFindingFilters.Builder workflowStatus​(Consumer<StringFilter.Builder>... workflowStatus)

        Provides information about the status of the investigation into a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the StringFilter.Builder avoiding the need to create one manually via StringFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #workflowStatus(List).

        Parameters:
        workflowStatus - a consumer that will call methods on StringFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #workflowStatus(java.util.Collection)
      • recordState

        AutomationRulesFindingFilters.Builder recordState​(Collection<StringFilter> recordState)

        Provides the current state of a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        recordState - Provides the current state of a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recordState

        AutomationRulesFindingFilters.Builder recordState​(StringFilter... recordState)

        Provides the current state of a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        recordState - Provides the current state of a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • relatedFindingsProductArn

        AutomationRulesFindingFilters.Builder relatedFindingsProductArn​(Collection<StringFilter> relatedFindingsProductArn)

        The ARN for the product that generated a related finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        relatedFindingsProductArn - The ARN for the product that generated a related finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • relatedFindingsProductArn

        AutomationRulesFindingFilters.Builder relatedFindingsProductArn​(StringFilter... relatedFindingsProductArn)

        The ARN for the product that generated a related finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        relatedFindingsProductArn - The ARN for the product that generated a related finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • relatedFindingsProductArn

        AutomationRulesFindingFilters.Builder relatedFindingsProductArn​(Consumer<StringFilter.Builder>... relatedFindingsProductArn)

        The ARN for the product that generated a related finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the StringFilter.Builder avoiding the need to create one manually via StringFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #relatedFindingsProductArn(List).

        Parameters:
        relatedFindingsProductArn - a consumer that will call methods on StringFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #relatedFindingsProductArn(java.util.Collection)
      • relatedFindingsId

        AutomationRulesFindingFilters.Builder relatedFindingsId​(Collection<StringFilter> relatedFindingsId)

        The product-generated identifier for a related finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        relatedFindingsId - The product-generated identifier for a related finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • relatedFindingsId

        AutomationRulesFindingFilters.Builder relatedFindingsId​(StringFilter... relatedFindingsId)

        The product-generated identifier for a related finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        relatedFindingsId - The product-generated identifier for a related finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • noteText

        AutomationRulesFindingFilters.Builder noteText​(Collection<StringFilter> noteText)

        The text of a user-defined note that's added to a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        noteText - The text of a user-defined note that's added to a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • noteText

        AutomationRulesFindingFilters.Builder noteText​(StringFilter... noteText)

        The text of a user-defined note that's added to a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        noteText - The text of a user-defined note that's added to a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • noteUpdatedAt

        AutomationRulesFindingFilters.Builder noteUpdatedAt​(Collection<DateFilter> noteUpdatedAt)

        The timestamp of when the note was updated.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        noteUpdatedAt - The timestamp of when the note was updated.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • noteUpdatedAt

        AutomationRulesFindingFilters.Builder noteUpdatedAt​(DateFilter... noteUpdatedAt)

        The timestamp of when the note was updated.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        noteUpdatedAt - The timestamp of when the note was updated.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • noteUpdatedAt

        AutomationRulesFindingFilters.Builder noteUpdatedAt​(Consumer<DateFilter.Builder>... noteUpdatedAt)

        The timestamp of when the note was updated.

        This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

        • YYYY-MM-DDTHH:MM:SSZ (for example, 2019-01-31T23:00:00Z)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ (for example, 2019-01-31T23:00:00.123456789Z)

        • YYYY-MM-DDTHH:MM:SS+HH:MM (for example, 2024-01-04T15:25:10+17:59)

        • YYYY-MM-DDTHH:MM:SS-HHMM (for example, 2024-01-04T15:25:10-1759)

        • YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM (for example, 2024-01-04T15:25:10.123456789+17:59)

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the DateFilter.Builder avoiding the need to create one manually via DateFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #noteUpdatedAt(List).

        Parameters:
        noteUpdatedAt - a consumer that will call methods on DateFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #noteUpdatedAt(java.util.Collection)
      • noteUpdatedBy

        AutomationRulesFindingFilters.Builder noteUpdatedBy​(Collection<StringFilter> noteUpdatedBy)

        The principal that created a note.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        noteUpdatedBy - The principal that created a note.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • noteUpdatedBy

        AutomationRulesFindingFilters.Builder noteUpdatedBy​(StringFilter... noteUpdatedBy)

        The principal that created a note.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        noteUpdatedBy - The principal that created a note.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userDefinedFields

        AutomationRulesFindingFilters.Builder userDefinedFields​(Collection<MapFilter> userDefinedFields)

        A list of user-defined name and value string pairs added to a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        userDefinedFields - A list of user-defined name and value string pairs added to a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userDefinedFields

        AutomationRulesFindingFilters.Builder userDefinedFields​(MapFilter... userDefinedFields)

        A list of user-defined name and value string pairs added to a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        userDefinedFields - A list of user-defined name and value string pairs added to a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userDefinedFields

        AutomationRulesFindingFilters.Builder userDefinedFields​(Consumer<MapFilter.Builder>... userDefinedFields)

        A list of user-defined name and value string pairs added to a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the MapFilter.Builder avoiding the need to create one manually via MapFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #userDefinedFields(List).

        Parameters:
        userDefinedFields - a consumer that will call methods on MapFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #userDefinedFields(java.util.Collection)
      • resourceApplicationArn

        AutomationRulesFindingFilters.Builder resourceApplicationArn​(Collection<StringFilter> resourceApplicationArn)

        The Amazon Resource Name (ARN) of the application that is related to a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        resourceApplicationArn - The Amazon Resource Name (ARN) of the application that is related to a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceApplicationArn

        AutomationRulesFindingFilters.Builder resourceApplicationArn​(StringFilter... resourceApplicationArn)

        The Amazon Resource Name (ARN) of the application that is related to a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        resourceApplicationArn - The Amazon Resource Name (ARN) of the application that is related to a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceApplicationArn

        AutomationRulesFindingFilters.Builder resourceApplicationArn​(Consumer<StringFilter.Builder>... resourceApplicationArn)

        The Amazon Resource Name (ARN) of the application that is related to a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the StringFilter.Builder avoiding the need to create one manually via StringFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #resourceApplicationArn(List).

        Parameters:
        resourceApplicationArn - a consumer that will call methods on StringFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #resourceApplicationArn(java.util.Collection)
      • resourceApplicationName

        AutomationRulesFindingFilters.Builder resourceApplicationName​(Collection<StringFilter> resourceApplicationName)

        The name of the application that is related to a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        resourceApplicationName - The name of the application that is related to a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceApplicationName

        AutomationRulesFindingFilters.Builder resourceApplicationName​(StringFilter... resourceApplicationName)

        The name of the application that is related to a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        resourceApplicationName - The name of the application that is related to a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceApplicationName

        AutomationRulesFindingFilters.Builder resourceApplicationName​(Consumer<StringFilter.Builder>... resourceApplicationName)

        The name of the application that is related to a finding.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the StringFilter.Builder avoiding the need to create one manually via StringFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #resourceApplicationName(List).

        Parameters:
        resourceApplicationName - a consumer that will call methods on StringFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #resourceApplicationName(java.util.Collection)
      • awsAccountName

        AutomationRulesFindingFilters.Builder awsAccountName​(Collection<StringFilter> awsAccountName)

        The name of the Amazon Web Services account in which a finding was generated.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        awsAccountName - The name of the Amazon Web Services account in which a finding was generated.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • awsAccountName

        AutomationRulesFindingFilters.Builder awsAccountName​(StringFilter... awsAccountName)

        The name of the Amazon Web Services account in which a finding was generated.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Parameters:
        awsAccountName - The name of the Amazon Web Services account in which a finding was generated.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • awsAccountName

        AutomationRulesFindingFilters.Builder awsAccountName​(Consumer<StringFilter.Builder>... awsAccountName)

        The name of the Amazon Web Services account in which a finding was generated.

        Array Members: Minimum number of 1 item. Maximum number of 20 items.

        This is a convenience method that creates an instance of the StringFilter.Builder avoiding the need to create one manually via StringFilter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #awsAccountName(List).

        Parameters:
        awsAccountName - a consumer that will call methods on StringFilter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #awsAccountName(java.util.Collection)