Interface ListTargetsFilter.Builder

    • Method Detail

      • name

        ListTargetsFilter.Builder name​(String name)

        The name of the attribute you want to use to filter the returned targets.

        Parameters:
        name - The name of the attribute you want to use to filter the returned targets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ListTargetsFilterName, ListTargetsFilterName
      • value

        ListTargetsFilter.Builder value​(String value)

        The value of the attribute you want to use to filter the returned targets. For example, if you specify SNS for the Target type, you could specify an Amazon Resource Name (ARN) for a topic as the value.

        Parameters:
        value - The value of the attribute you want to use to filter the returned targets. For example, if you specify SNS for the Target type, you could specify an Amazon Resource Name (ARN) for a topic as the value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.