public static interface ListLogPatternSetsRequest.Builder extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<ListLogPatternSetsRequest.Builder,ListLogPatternSetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLogPatternSetsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListLogPatternSetsRequest.Builder |
nextToken(String nextToken)
The token to request the next page of results.
|
ListLogPatternSetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLogPatternSetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListLogPatternSetsRequest.Builder |
resourceGroupName(String resourceGroupName)
The name of the resource group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLogPatternSetsRequest.Builder resourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName - The name of the resource group.ListLogPatternSetsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned NextToken value.
maxResults - The maximum number of results to return in a single call. To retrieve the remaining results, make
another call with the returned NextToken value.ListLogPatternSetsRequest.Builder nextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.ListLogPatternSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLogPatternSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.