static ListLogGroupsResponse.Builder |
ListLogGroupsResponse.builder() |
|
ListLogGroupsResponse.Builder |
ListLogGroupsResponse.Builder.logGroups(Collection<LogGroupSummary> logGroups) |
An array of structures, where each structure contains the information about one log group.
|
ListLogGroupsResponse.Builder |
ListLogGroupsResponse.Builder.logGroups(Consumer<LogGroupSummary.Builder>... logGroups) |
An array of structures, where each structure contains the information about one log group.
|
ListLogGroupsResponse.Builder |
ListLogGroupsResponse.Builder.logGroups(LogGroupSummary... logGroups) |
An array of structures, where each structure contains the information about one log group.
|
ListLogGroupsResponse.Builder |
ListLogGroupsResponse.Builder.nextToken(String nextToken) |
Sets the value of the NextToken property for this object.
|
ListLogGroupsResponse.Builder |
ListLogGroupsResponse.toBuilder() |
|