ListAggregateLogGroupSummariesRequest.Builder |
ListAggregateLogGroupSummariesRequest.Builder.accountIdentifiers(String... accountIdentifiers) |
When includeLinkedAccounts is set to true, use this parameter to specify the list
of accounts to search.
|
ListAggregateLogGroupSummariesRequest.Builder |
ListAggregateLogGroupSummariesRequest.Builder.accountIdentifiers(Collection<String> accountIdentifiers) |
When includeLinkedAccounts is set to true, use this parameter to specify the list
of accounts to search.
|
static ListAggregateLogGroupSummariesRequest.Builder |
ListAggregateLogGroupSummariesRequest.builder() |
|
ListAggregateLogGroupSummariesRequest.Builder |
ListAggregateLogGroupSummariesRequest.Builder.dataSources(Collection<DataSourceFilter> dataSources) |
Filters the results by data source characteristics to include only log groups associated with the specified
data sources.
|
ListAggregateLogGroupSummariesRequest.Builder |
ListAggregateLogGroupSummariesRequest.Builder.dataSources(Consumer<DataSourceFilter.Builder>... dataSources) |
Filters the results by data source characteristics to include only log groups associated with the specified
data sources.
|
ListAggregateLogGroupSummariesRequest.Builder |
ListAggregateLogGroupSummariesRequest.Builder.dataSources(DataSourceFilter... dataSources) |
Filters the results by data source characteristics to include only log groups associated with the specified
data sources.
|
ListAggregateLogGroupSummariesRequest.Builder |
ListAggregateLogGroupSummariesRequest.Builder.groupBy(String groupBy) |
Specifies how to group the log groups in the summary.
|
ListAggregateLogGroupSummariesRequest.Builder |
ListAggregateLogGroupSummariesRequest.Builder.groupBy(ListAggregateLogGroupSummariesGroupBy groupBy) |
Specifies how to group the log groups in the summary.
|
ListAggregateLogGroupSummariesRequest.Builder |
ListAggregateLogGroupSummariesRequest.Builder.includeLinkedAccounts(Boolean includeLinkedAccounts) |
If you are using a monitoring account, set this to true to have the operation return log groups
in the accounts listed in accountIdentifiers.
|
ListAggregateLogGroupSummariesRequest.Builder |
ListAggregateLogGroupSummariesRequest.Builder.limit(Integer limit) |
The maximum number of aggregated summaries to return.
|
ListAggregateLogGroupSummariesRequest.Builder |
ListAggregateLogGroupSummariesRequest.Builder.logGroupClass(String logGroupClass) |
Filters the results by log group class to include only log groups of the specified class.
|
ListAggregateLogGroupSummariesRequest.Builder |
ListAggregateLogGroupSummariesRequest.Builder.logGroupClass(LogGroupClass logGroupClass) |
Filters the results by log group class to include only log groups of the specified class.
|
ListAggregateLogGroupSummariesRequest.Builder |
ListAggregateLogGroupSummariesRequest.Builder.logGroupNamePattern(String logGroupNamePattern) |
Use this parameter to limit the returned log groups to only those with names that match the pattern that you
specify.
|
ListAggregateLogGroupSummariesRequest.Builder |
ListAggregateLogGroupSummariesRequest.Builder.nextToken(String nextToken) |
Sets the value of the NextToken property for this object.
|
ListAggregateLogGroupSummariesRequest.Builder |
ListAggregateLogGroupSummariesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListAggregateLogGroupSummariesRequest.Builder |
ListAggregateLogGroupSummariesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListAggregateLogGroupSummariesRequest.Builder |
ListAggregateLogGroupSummariesRequest.toBuilder() |
|