public static interface ListImportsResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<ListImportsResponse.Builder,ListImportsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListImportsResponse.Builder |
importSummaryList(Collection<ImportSummary> importSummaryList)
A list of
ImportSummary objects. |
ListImportsResponse.Builder |
importSummaryList(Consumer<ImportSummary.Builder>... importSummaryList)
A list of
ImportSummary objects. |
ListImportsResponse.Builder |
importSummaryList(ImportSummary... importSummaryList)
A list of
ImportSummary objects. |
ListImportsResponse.Builder |
nextToken(String nextToken)
If this value is returned, there are additional results to be displayed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListImportsResponse.Builder importSummaryList(Collection<ImportSummary> importSummaryList)
A list of ImportSummary objects.
importSummaryList - A list of ImportSummary objects.ListImportsResponse.Builder importSummaryList(ImportSummary... importSummaryList)
A list of ImportSummary objects.
importSummaryList - A list of ImportSummary objects.ListImportsResponse.Builder importSummaryList(Consumer<ImportSummary.Builder>... importSummaryList)
A list of ImportSummary objects.
ImportSummary.Builder avoiding the need to create one
manually via ImportSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #importSummaryList(List.
importSummaryList - a consumer that will call methods on
ImportSummary.Builder#importSummaryList(java.util.Collection) ListImportsResponse.Builder nextToken(String nextToken)
If this value is returned, there are additional results to be displayed. To retrieve them, call
ListImports again, with NextToken set to this value.
nextToken - If this value is returned, there are additional results to be displayed. To retrieve them, call
ListImports again, with NextToken set to this value.Copyright © 2022. All rights reserved.