Interface CommonControlFilter.Builder

    • Method Detail

      • objectives

        CommonControlFilter.Builder objectives​(Collection<ObjectiveResourceFilter> objectives)

        The objective that's used as filter criteria.

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

        Parameters:
        objectives - The objective that's used as filter criteria.

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

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

        CommonControlFilter.Builder objectives​(ObjectiveResourceFilter... objectives)

        The objective that's used as filter criteria.

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

        Parameters:
        objectives - The objective that's used as filter criteria.

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

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