Interface ListLogPatternSetsResponse.Builder
- All Superinterfaces:
ApplicationInsightsResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListLogPatternSetsResponse.Builder,,ListLogPatternSetsResponse> SdkBuilder<ListLogPatternSetsResponse.Builder,,ListLogPatternSetsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListLogPatternSetsResponse
public static interface ListLogPatternSetsResponse.Builder
extends ApplicationInsightsResponse.Builder, SdkPojo, CopyableBuilder<ListLogPatternSetsResponse.Builder,ListLogPatternSetsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe AWS account ID for the resource group owner.logPatternSets(String... logPatternSets) The list of log pattern sets.logPatternSets(Collection<String> logPatternSets) The list of log pattern sets.The token used to retrieve the next page of results.resourceGroupName(String resourceGroupName) The name of the resource group.Methods inherited from interface software.amazon.awssdk.services.applicationinsights.model.ApplicationInsightsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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.
-
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.
-
logPatternSets
The list of log pattern sets.
- Parameters:
logPatternSets- The list of log pattern sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logPatternSets
The list of log pattern sets.
- Parameters:
logPatternSets- The list of log pattern sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token used to retrieve the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
nextToken- The token used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-