Interface DescribeEventTopicsRequest.Builder

    • Method Detail

      • directoryId

        DescribeEventTopicsRequest.Builder directoryId​(String directoryId)

        The Directory ID for which to get the list of associated Amazon SNS topics. If this member is null, associations for all Directory IDs are returned.

        Parameters:
        directoryId - The Directory ID for which to get the list of associated Amazon SNS topics. If this member is null, associations for all Directory IDs are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • topicNames

        DescribeEventTopicsRequest.Builder topicNames​(Collection<String> topicNames)

        A list of Amazon SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

        An empty list results in an InvalidParameterException being thrown.

        Parameters:
        topicNames - A list of Amazon SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

        An empty list results in an InvalidParameterException being thrown.

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

        DescribeEventTopicsRequest.Builder topicNames​(String... topicNames)

        A list of Amazon SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

        An empty list results in an InvalidParameterException being thrown.

        Parameters:
        topicNames - A list of Amazon SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

        An empty list results in an InvalidParameterException being thrown.

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