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(NamedQuery... namedQueries)
Information about the named query IDs submitted.
|
BatchGetNamedQueryResponse.Builder |
unprocessedNamedQueryIds(Collection<UnprocessedNamedQueryId> unprocessedNamedQueryIds)
Information about provided query IDs.
|
BatchGetNamedQueryResponse.Builder |
unprocessedNamedQueryIds(UnprocessedNamedQueryId... unprocessedNamedQueryIds)
Information about provided query IDs.
|
build
copy
apply, build
BatchGetNamedQueryResponse.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 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.