Interface GetOpsSummaryRequest.Builder

    • Method Detail

      • syncName

        GetOpsSummaryRequest.Builder syncName​(String syncName)

        Specify the name of a resource data sync to get.

        Parameters:
        syncName - Specify the name of a resource data sync to get.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        GetOpsSummaryRequest.Builder filters​(Collection<OpsFilter> filters)

        Optional filters used to scope down the returned OpsData.

        Parameters:
        filters - Optional filters used to scope down the returned OpsData.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        GetOpsSummaryRequest.Builder filters​(OpsFilter... filters)

        Optional filters used to scope down the returned OpsData.

        Parameters:
        filters - Optional filters used to scope down the returned OpsData.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aggregators

        GetOpsSummaryRequest.Builder aggregators​(Collection<OpsAggregator> aggregators)

        Optional aggregators that return counts of OpsData based on one or more expressions.

        Parameters:
        aggregators - Optional aggregators that return counts of OpsData based on one or more expressions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aggregators

        GetOpsSummaryRequest.Builder aggregators​(OpsAggregator... aggregators)

        Optional aggregators that return counts of OpsData based on one or more expressions.

        Parameters:
        aggregators - Optional aggregators that return counts of OpsData based on one or more expressions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resultAttributes

        GetOpsSummaryRequest.Builder resultAttributes​(Collection<OpsResultAttribute> resultAttributes)

        The OpsData data type to return.

        Parameters:
        resultAttributes - The OpsData data type to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resultAttributes

        GetOpsSummaryRequest.Builder resultAttributes​(OpsResultAttribute... resultAttributes)

        The OpsData data type to return.

        Parameters:
        resultAttributes - The OpsData data type to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetOpsSummaryRequest.Builder nextToken​(String nextToken)

        A token to start the list. Use this token to get the next set of results.

        Parameters:
        nextToken - A token to start the list. Use this token to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        GetOpsSummaryRequest.Builder maxResults​(Integer maxResults)

        The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

        Parameters:
        maxResults - The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.