CopyableBuilder<BatchGetNamedQueryResponse.Builder,BatchGetNamedQueryResponse>, SdkBuilder<BatchGetNamedQueryResponse.Builder,BatchGetNamedQueryResponse>public static interface BatchGetNamedQueryResponse.Builder extends CopyableBuilder<BatchGetNamedQueryResponse.Builder,BatchGetNamedQueryResponse>
| Modifier and Type | Method | 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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setNamedQueries(java.util.Collection) or #withNamedQueries(java.util.Collection) if you want
to override the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setUnprocessedNamedQueryIds(java.util.Collection) or
#withUnprocessedNamedQueryIds(java.util.Collection) if you want to override the existing values.
unprocessedNamedQueryIds - Information about provided query IDs.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.