public static interface DescribeLogGroupsResponse.Builder extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<DescribeLogGroupsResponse.Builder,DescribeLogGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLogGroupsResponse.Builder |
logGroups(Collection<LogGroup> logGroups)
The log groups.
|
DescribeLogGroupsResponse.Builder |
logGroups(Consumer<LogGroup.Builder>... logGroups)
The log groups.
|
DescribeLogGroupsResponse.Builder |
logGroups(LogGroup... logGroups)
The log groups.
|
DescribeLogGroupsResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLogGroupsResponse.Builder logGroups(Collection<LogGroup> logGroups)
The log groups.
If the retentionInDays value is not included for a log group, then that log group is set to have
its events never expire.
logGroups - The log groups.
If the retentionInDays value is not included for a log group, then that log group is set
to have its events never expire.
DescribeLogGroupsResponse.Builder logGroups(LogGroup... logGroups)
The log groups.
If the retentionInDays value is not included for a log group, then that log group is set to have
its events never expire.
logGroups - The log groups.
If the retentionInDays value is not included for a log group, then that log group is set
to have its events never expire.
DescribeLogGroupsResponse.Builder logGroups(Consumer<LogGroup.Builder>... logGroups)
The log groups.
If the retentionInDays value is not included for a log group, then that log group is set to have
its events never expire.
LogGroup.Builder avoiding the need to create one
manually via LogGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #logGroups(List.
logGroups - a consumer that will call methods on
LogGroup.Builder#logGroups(java.util.Collection) DescribeLogGroupsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2022. All rights reserved.