public static interface BatchGetNamedQueryResponse.Builder extends AthenaResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theNamedQuery.Builder avoiding the need to create one
manually via NamedQuery.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #namedQueries(List.
namedQueries - a consumer that will call methods on
NamedQuery.Builder#namedQueries(java.util.Collection) 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 method that creates an instance of theUnprocessedNamedQueryId.Builder avoiding the need to
create one manually via
UnprocessedNamedQueryId.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #unprocessedNamedQueryIds(List.
unprocessedNamedQueryIds - a consumer that will call methods on
UnprocessedNamedQueryId.Builder#unprocessedNamedQueryIds(java.util.Collection) Copyright © 2023. All rights reserved.