Interface ListMonitoredResourcesResponse.Builder

    • Method Detail

      • monitoredResourceIdentifiers

        ListMonitoredResourcesResponse.Builder monitoredResourceIdentifiers​(Collection<MonitoredResourceIdentifier> monitoredResourceIdentifiers)

        Information about the resource that is being monitored, including the name of the resource, the type of resource, and whether or not permission is given to DevOps Guru to access that resource.

        Parameters:
        monitoredResourceIdentifiers - Information about the resource that is being monitored, including the name of the resource, the type of resource, and whether or not permission is given to DevOps Guru to access that resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • monitoredResourceIdentifiers

        ListMonitoredResourcesResponse.Builder monitoredResourceIdentifiers​(MonitoredResourceIdentifier... monitoredResourceIdentifiers)

        Information about the resource that is being monitored, including the name of the resource, the type of resource, and whether or not permission is given to DevOps Guru to access that resource.

        Parameters:
        monitoredResourceIdentifiers - Information about the resource that is being monitored, including the name of the resource, the type of resource, and whether or not permission is given to DevOps Guru to access that resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListMonitoredResourcesResponse.Builder nextToken​(String nextToken)

        The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

        Parameters:
        nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.