Interface AggregatorFilterServicePrincipal.Builder

    • Method Detail

      • type

        AggregatorFilterServicePrincipal.Builder type​(String type)

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

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

        AggregatorFilterServicePrincipal.Builder type​(AggregatorFilterType type)

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

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

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

        Comma-separated list of service principals for the linked Amazon Web Services services to filter your aggregated service-linked configuration recorders.

        Parameters:
        value - Comma-separated list of service principals for the linked Amazon Web Services services to filter your aggregated service-linked configuration recorders.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        AggregatorFilterServicePrincipal.Builder value​(String... value)

        Comma-separated list of service principals for the linked Amazon Web Services services to filter your aggregated service-linked configuration recorders.

        Parameters:
        value - Comma-separated list of service principals for the linked Amazon Web Services services to filter your aggregated service-linked configuration recorders.
        Returns:
        Returns a reference to this object so that method calls can be chained together.