Interface AggregatorFilterResourceType.Builder

    • Method Detail

      • type

        AggregatorFilterResourceType.Builder type​(String type)

        The type of resource type filter to apply. INCLUDE specifies that the list of resource types in the Value field will be aggregated and no other resource types will be filtered.

        Parameters:
        type - The type of resource type filter to apply. INCLUDE specifies that the list of resource types in the Value field will be aggregated and no other resource types will be filtered.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AggregatorFilterType, AggregatorFilterType
      • type

        AggregatorFilterResourceType.Builder type​(AggregatorFilterType type)

        The type of resource type filter to apply. INCLUDE specifies that the list of resource types in the Value field will be aggregated and no other resource types will be filtered.

        Parameters:
        type - The type of resource type filter to apply. INCLUDE specifies that the list of resource types in the Value field will be aggregated and no other resource types will be filtered.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AggregatorFilterType, AggregatorFilterType
      • value

        AggregatorFilterResourceType.Builder value​(Collection<String> value)

        Comma-separate list of resource types to filter your aggregated configuration recorders.

        Parameters:
        value - Comma-separate list of resource types to filter your aggregated configuration recorders.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        AggregatorFilterResourceType.Builder value​(String... value)

        Comma-separate list of resource types to filter your aggregated configuration recorders.

        Parameters:
        value - Comma-separate list of resource types to filter your aggregated configuration recorders.
        Returns:
        Returns a reference to this object so that method calls can be chained together.