Interface ListLogGroupsForQueryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudWatchLogsResponse.Builder
,CopyableBuilder<ListLogGroupsForQueryResponse.Builder,
,ListLogGroupsForQueryResponse> SdkBuilder<ListLogGroupsForQueryResponse.Builder,
,ListLogGroupsForQueryResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListLogGroupsForQueryResponse
@Mutable
@NotThreadSafe
public static interface ListLogGroupsForQueryResponse.Builder
extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<ListLogGroupsForQueryResponse.Builder,ListLogGroupsForQueryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlogGroupIdentifiers
(String... logGroupIdentifiers) An array of the names and ARNs of the log groups that were processed in the query.logGroupIdentifiers
(Collection<String> logGroupIdentifiers) An array of the names and ARNs of the log groups that were processed in the query.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 Details
-
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
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
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.
-