public static interface ListAnomalousLogGroupsRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<ListAnomalousLogGroupsRequest.Builder,ListAnomalousLogGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAnomalousLogGroupsRequest.Builder |
insightId(String insightId)
The ID of the insight containing the log groups.
|
ListAnomalousLogGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListAnomalousLogGroupsRequest.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListAnomalousLogGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAnomalousLogGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAnomalousLogGroupsRequest.Builder insightId(String insightId)
The ID of the insight containing the log groups.
insightId - The ID of the insight containing the log groups.ListAnomalousLogGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.ListAnomalousLogGroupsRequest.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.ListAnomalousLogGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAnomalousLogGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.