Interface ListAggregateLogGroupSummariesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudWatchLogsResponse.Builder,CopyableBuilder<ListAggregateLogGroupSummariesResponse.Builder,,ListAggregateLogGroupSummariesResponse> SdkBuilder<ListAggregateLogGroupSummariesResponse.Builder,,ListAggregateLogGroupSummariesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAggregateLogGroupSummariesResponse
@Mutable
@NotThreadSafe
public static interface ListAggregateLogGroupSummariesResponse.Builder
extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<ListAggregateLogGroupSummariesResponse.Builder,ListAggregateLogGroupSummariesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaggregateLogGroupSummaries(Collection<AggregateLogGroupSummary> aggregateLogGroupSummaries) The list of aggregate log group summaries grouped by the specified data source characteristics.aggregateLogGroupSummaries(Consumer<AggregateLogGroupSummary.Builder>... aggregateLogGroupSummaries) The list of aggregate log group summaries grouped by the specified data source characteristics.aggregateLogGroupSummaries(AggregateLogGroupSummary... aggregateLogGroupSummaries) The list of aggregate log group summaries grouped by the specified data source characteristics.Sets the value of the NextToken property for this object.Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
aggregateLogGroupSummaries
ListAggregateLogGroupSummariesResponse.Builder aggregateLogGroupSummaries(Collection<AggregateLogGroupSummary> aggregateLogGroupSummaries) The list of aggregate log group summaries grouped by the specified data source characteristics.
- Parameters:
aggregateLogGroupSummaries- The list of aggregate log group summaries grouped by the specified data source characteristics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregateLogGroupSummaries
ListAggregateLogGroupSummariesResponse.Builder aggregateLogGroupSummaries(AggregateLogGroupSummary... aggregateLogGroupSummaries) The list of aggregate log group summaries grouped by the specified data source characteristics.
- Parameters:
aggregateLogGroupSummaries- The list of aggregate log group summaries grouped by the specified data source characteristics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregateLogGroupSummaries
ListAggregateLogGroupSummariesResponse.Builder aggregateLogGroupSummaries(Consumer<AggregateLogGroupSummary.Builder>... aggregateLogGroupSummaries) The list of aggregate log group summaries grouped by the specified data source characteristics.
This is a convenience method that creates an instance of theAggregateLogGroupSummary.Builderavoiding the need to create one manually viaAggregateLogGroupSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaggregateLogGroupSummaries(List<AggregateLogGroupSummary>).- Parameters:
aggregateLogGroupSummaries- a consumer that will call methods onAggregateLogGroupSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-