Interface ListAnomalousLogGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAnomalousLogGroupsRequest.Builder,ListAnomalousLogGroupsRequest>,DevOpsGuruRequest.Builder,SdkBuilder<ListAnomalousLogGroupsRequest.Builder,ListAnomalousLogGroupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAnomalousLogGroupsRequest
public static interface ListAnomalousLogGroupsRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<ListAnomalousLogGroupsRequest.Builder,ListAnomalousLogGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAnomalousLogGroupsRequest.BuilderinsightId(String insightId)The ID of the insight containing the log groups.ListAnomalousLogGroupsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return with a single call.ListAnomalousLogGroupsRequest.BuildernextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.ListAnomalousLogGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAnomalousLogGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.devopsguru.model.DevOpsGuruRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
insightId
ListAnomalousLogGroupsRequest.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.
-
maxResults
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
nextTokenvalue.- Parameters:
maxResults- The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returnednextTokenvalue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAnomalousLogGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAnomalousLogGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-