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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAggregateLogGroupSummariesResponse.BuilderaggregateLogGroupSummaries(Collection<AggregateLogGroupSummary> aggregateLogGroupSummaries)The list of aggregate log group summaries grouped by the specified data source characteristics.ListAggregateLogGroupSummariesResponse.BuilderaggregateLogGroupSummaries(Consumer<AggregateLogGroupSummary.Builder>... aggregateLogGroupSummaries)The list of aggregate log group summaries grouped by the specified data source characteristics.ListAggregateLogGroupSummariesResponse.BuilderaggregateLogGroupSummaries(AggregateLogGroupSummary... aggregateLogGroupSummaries)The list of aggregate log group summaries grouped by the specified data source characteristics.ListAggregateLogGroupSummariesResponse.BuildernextToken(String nextToken)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 Detail
-
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 to#aggregateLogGroupSummaries(List.) - 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:
#aggregateLogGroupSummaries(java.util.Collection)
-
nextToken
ListAggregateLogGroupSummariesResponse.Builder nextToken(String 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.
-
-