Interface ObjectiveFilter.Builder

    • Method Detail

      • domains

        ObjectiveFilter.Builder domains​(Collection<DomainResourceFilter> domains)

        The domain that's used as filter criteria.

        You can use this parameter to specify one domain ARN at a time. Passing multiple ARNs in the ObjectiveFilter isn’t currently supported.

        Parameters:
        domains - The domain that's used as filter criteria.

        You can use this parameter to specify one domain ARN at a time. Passing multiple ARNs in the ObjectiveFilter isn’t currently supported.

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

        ObjectiveFilter.Builder domains​(DomainResourceFilter... domains)

        The domain that's used as filter criteria.

        You can use this parameter to specify one domain ARN at a time. Passing multiple ARNs in the ObjectiveFilter isn’t currently supported.

        Parameters:
        domains - The domain that's used as filter criteria.

        You can use this parameter to specify one domain ARN at a time. Passing multiple ARNs in the ObjectiveFilter isn’t currently supported.

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