public static interface ListAnomalousLogGroupsResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<ListAnomalousLogGroupsResponse.Builder,ListAnomalousLogGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAnomalousLogGroupsResponse.Builder |
anomalousLogGroups(AnomalousLogGroup... anomalousLogGroups)
The list of Amazon CloudWatch log groups that are related to an insight.
|
ListAnomalousLogGroupsResponse.Builder |
anomalousLogGroups(Collection<AnomalousLogGroup> anomalousLogGroups)
The list of Amazon CloudWatch log groups that are related to an insight.
|
ListAnomalousLogGroupsResponse.Builder |
anomalousLogGroups(Consumer<AnomalousLogGroup.Builder>... anomalousLogGroups)
The list of Amazon CloudWatch log groups that are related to an insight.
|
ListAnomalousLogGroupsResponse.Builder |
insightId(String insightId)
The ID of the insight containing the log groups.
|
ListAnomalousLogGroupsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAnomalousLogGroupsResponse.Builder insightId(String insightId)
The ID of the insight containing the log groups.
insightId - The ID of the insight containing the log groups.ListAnomalousLogGroupsResponse.Builder anomalousLogGroups(Collection<AnomalousLogGroup> anomalousLogGroups)
The list of Amazon CloudWatch log groups that are related to an insight.
anomalousLogGroups - The list of Amazon CloudWatch log groups that are related to an insight.ListAnomalousLogGroupsResponse.Builder anomalousLogGroups(AnomalousLogGroup... anomalousLogGroups)
The list of Amazon CloudWatch log groups that are related to an insight.
anomalousLogGroups - The list of Amazon CloudWatch log groups that are related to an insight.ListAnomalousLogGroupsResponse.Builder anomalousLogGroups(Consumer<AnomalousLogGroup.Builder>... anomalousLogGroups)
The list of Amazon CloudWatch log groups that are related to an insight.
This is a convenience method that creates an instance of theAnomalousLogGroup.Builder avoiding the need to
create one manually via AnomalousLogGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #anomalousLogGroups(List.
anomalousLogGroups - a consumer that will call methods on
AnomalousLogGroup.Builder#anomalousLogGroups(java.util.Collection) 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.
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.Copyright © 2023. All rights reserved.