Interface ListAnomalousLogGroupsResponse.Builder

    • Method Detail

      • insightId

        ListAnomalousLogGroupsResponse.Builder insightId​(String insightId)

        The ID of the insight containing the log groups.

        Parameters:
        insightId - The ID of the insight containing the log groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • anomalousLogGroups

        ListAnomalousLogGroupsResponse.Builder anomalousLogGroups​(Collection<AnomalousLogGroup> anomalousLogGroups)

        The list of Amazon CloudWatch log groups that are related to an insight.

        Parameters:
        anomalousLogGroups - The list of Amazon CloudWatch log groups that are related to an insight.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • anomalousLogGroups

        ListAnomalousLogGroupsResponse.Builder anomalousLogGroups​(AnomalousLogGroup... anomalousLogGroups)

        The list of Amazon CloudWatch log groups that are related to an insight.

        Parameters:
        anomalousLogGroups - The list of Amazon CloudWatch log groups that are related to an insight.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAnomalousLogGroupsResponse.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.