Interface GetAppMonitorDataRequest.Builder

    • Method Detail

      • filters

        GetAppMonitorDataRequest.Builder filters​(Collection<QueryFilter> filters)

        An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.

        Parameters:
        filters - An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        GetAppMonitorDataRequest.Builder filters​(QueryFilter... filters)

        An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.

        Parameters:
        filters - An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        GetAppMonitorDataRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return in one operation.

        Parameters:
        maxResults - The maximum number of results to return in one operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        GetAppMonitorDataRequest.Builder name​(String name)

        The name of the app monitor that collected the data that you want to retrieve.

        Parameters:
        name - The name of the app monitor that collected the data that you want to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetAppMonitorDataRequest.Builder nextToken​(String nextToken)

        Use the token returned by the previous operation to request the next page of results.

        Parameters:
        nextToken - Use the token returned by the previous operation to request the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeRange

        GetAppMonitorDataRequest.Builder timeRange​(TimeRange timeRange)

        A structure that defines the time range that you want to retrieve results from.

        Parameters:
        timeRange - A structure that defines the time range that you want to retrieve results from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.