public static interface BatchGetNamedQueryResponse.Builder extends AthenaResponse.Builder, CopyableBuilder<BatchGetNamedQueryResponse.Builder,BatchGetNamedQueryResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetNamedQueryResponse.Builder |
namedQueries(Collection<NamedQuery> namedQueries)
Information about the named query IDs submitted.
|
BatchGetNamedQueryResponse.Builder |
namedQueries(Consumer<NamedQuery.Builder>... namedQueries)
Information about the named query IDs submitted.
|
BatchGetNamedQueryResponse.Builder |
namedQueries(NamedQuery... namedQueries)
Information about the named query IDs submitted.
|
BatchGetNamedQueryResponse.Builder |
unprocessedNamedQueryIds(Collection<UnprocessedNamedQueryId> unprocessedNamedQueryIds)
Information about provided query IDs.
|
BatchGetNamedQueryResponse.Builder |
unprocessedNamedQueryIds(Consumer<UnprocessedNamedQueryId.Builder>... unprocessedNamedQueryIds)
Information about provided query IDs.
|
BatchGetNamedQueryResponse.Builder |
unprocessedNamedQueryIds(UnprocessedNamedQueryId... unprocessedNamedQueryIds)
Information about provided query IDs.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildBatchGetNamedQueryResponse.Builder namedQueries(Collection<NamedQuery> namedQueries)
Information about the named query IDs submitted.
namedQueries - Information about the named query IDs submitted.BatchGetNamedQueryResponse.Builder namedQueries(NamedQuery... namedQueries)
Information about the named query IDs submitted.
namedQueries - Information about the named query IDs submitted.BatchGetNamedQueryResponse.Builder namedQueries(Consumer<NamedQuery.Builder>... namedQueries)
Information about the named query IDs submitted.
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 #namedQueries(List) .namedQueries - a consumer that will call methods on List.Builder #namedQueries(List) BatchGetNamedQueryResponse.Builder unprocessedNamedQueryIds(Collection<UnprocessedNamedQueryId> unprocessedNamedQueryIds)
Information about provided query IDs.
unprocessedNamedQueryIds - Information about provided query IDs.BatchGetNamedQueryResponse.Builder unprocessedNamedQueryIds(UnprocessedNamedQueryId... unprocessedNamedQueryIds)
Information about provided query IDs.
unprocessedNamedQueryIds - Information about provided query IDs.BatchGetNamedQueryResponse.Builder unprocessedNamedQueryIds(Consumer<UnprocessedNamedQueryId.Builder>... unprocessedNamedQueryIds)
Information about provided query IDs.
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 #unprocessedNamedQueryIds(List) .unprocessedNamedQueryIds - a consumer that will call methods on List.Builder #unprocessedNamedQueryIds(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.