Interface AssociationFilters.Builder

    • Method Detail

      • configurationPolicyId

        AssociationFilters.Builder configurationPolicyId​(String configurationPolicyId)

        The ARN or UUID of the configuration policy.

        Parameters:
        configurationPolicyId - The ARN or UUID of the configuration policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associationType

        AssociationFilters.Builder associationType​(String associationType)

        Indicates whether the association between a target and a configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.

        Parameters:
        associationType - Indicates whether the association between a target and a configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AssociationType, AssociationType
      • associationType

        AssociationFilters.Builder associationType​(AssociationType associationType)

        Indicates whether the association between a target and a configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.

        Parameters:
        associationType - Indicates whether the association between a target and a configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AssociationType, AssociationType