Interface ListLogPatternsRequest.Builder
- All Superinterfaces:
ApplicationInsightsRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<ListLogPatternsRequest.Builder,
,ListLogPatternsRequest> SdkBuilder<ListLogPatternsRequest.Builder,
,ListLogPatternsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListLogPatternsRequest
public static interface ListLogPatternsRequest.Builder
extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<ListLogPatternsRequest.Builder,ListLogPatternsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe AWS account ID for the resource group owner.maxResults
(Integer maxResults) The maximum number of results to return in a single call.The token to request the next page of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.patternSetName
(String patternSetName) The name of the log pattern set.resourceGroupName
(String resourceGroupName) The name of the resource group.Methods inherited from interface software.amazon.awssdk.services.applicationinsights.model.ApplicationInsightsRequest.Builder
build
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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
resourceGroupName
The name of the resource group.
- Parameters:
resourceGroupName
- The name of the resource group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
patternSetName
The name of the log pattern set.
- Parameters:
patternSetName
- The name of the log pattern set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
maxResults
- The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returnedNextToken
value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token to request the next page of results.
- Parameters:
nextToken
- The token to request the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
The AWS account ID for the resource group owner.
- Parameters:
accountId
- The AWS account ID for the resource group owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListLogPatternsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListLogPatternsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-