public static interface DescribeQueriesResponse.Builder extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<DescribeQueriesResponse.Builder,DescribeQueriesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeQueriesResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
DescribeQueriesResponse.Builder |
queries(Collection<QueryInfo> queries)
The list of queries that match the request.
|
DescribeQueriesResponse.Builder |
queries(Consumer<QueryInfo.Builder>... queries)
The list of queries that match the request.
|
DescribeQueriesResponse.Builder |
queries(QueryInfo... queries)
The list of queries that match the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeQueriesResponse.Builder queries(Collection<QueryInfo> queries)
The list of queries that match the request.
queries - The list of queries that match the request.DescribeQueriesResponse.Builder queries(QueryInfo... queries)
The list of queries that match the request.
queries - The list of queries that match the request.DescribeQueriesResponse.Builder queries(Consumer<QueryInfo.Builder>... queries)
The list of queries that match the request.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #queries(List) .queries - a consumer that will call methods on List.Builder #queries(List) DescribeQueriesResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.