Interface ListLogGroupsForQueryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudWatchLogsResponse.Builder,CopyableBuilder<ListLogGroupsForQueryResponse.Builder,ListLogGroupsForQueryResponse>,SdkBuilder<ListLogGroupsForQueryResponse.Builder,ListLogGroupsForQueryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListLogGroupsForQueryResponse
public static interface ListLogGroupsForQueryResponse.Builder extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<ListLogGroupsForQueryResponse.Builder,ListLogGroupsForQueryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLogGroupsForQueryResponse.BuilderlogGroupIdentifiers(String... logGroupIdentifiers)An array of the names and ARNs of the log groups that were processed in the query.ListLogGroupsForQueryResponse.BuilderlogGroupIdentifiers(Collection<String> logGroupIdentifiers)An array of the names and ARNs of the log groups that were processed in the query.ListLogGroupsForQueryResponse.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.-
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsResponse.Builder
build, responseMetadata, responseMetadata
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
logGroupIdentifiers
ListLogGroupsForQueryResponse.Builder logGroupIdentifiers(Collection<String> logGroupIdentifiers)
An array of the names and ARNs of the log groups that were processed in the query.
- Parameters:
logGroupIdentifiers- An array of the names and ARNs of the log groups that were processed in the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroupIdentifiers
ListLogGroupsForQueryResponse.Builder logGroupIdentifiers(String... logGroupIdentifiers)
An array of the names and ARNs of the log groups that were processed in the query.
- Parameters:
logGroupIdentifiers- An array of the names and ARNs of the log groups that were processed in the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListLogGroupsForQueryResponse.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-