Interface GetOpsSummaryResponse.Builder

    • Method Detail

      • entities

        GetOpsSummaryResponse.Builder entities​(Collection<OpsEntity> entities)

        The list of aggregated details and filtered OpsData.

        Parameters:
        entities - The list of aggregated details and filtered OpsData.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entities

        GetOpsSummaryResponse.Builder entities​(OpsEntity... entities)

        The list of aggregated details and filtered OpsData.

        Parameters:
        entities - The list of aggregated details and filtered OpsData.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetOpsSummaryResponse.Builder nextToken​(String nextToken)

        The token for the next set of items to return. Use this token to get the next set of results.

        Parameters:
        nextToken - The token for the next set of items to return. 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.