public static interface ImportTableResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<ImportTableResponse.Builder,ImportTableResponse>
Modifier and Type | Method and Description |
---|---|
default ImportTableResponse.Builder |
importTableDescription(Consumer<ImportTableDescription.Builder> importTableDescription)
Represents the properties of the table created for the import, and parameters of the import.
|
ImportTableResponse.Builder |
importTableDescription(ImportTableDescription importTableDescription)
Represents the properties of the table created for the import, and parameters of the import.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ImportTableResponse.Builder importTableDescription(ImportTableDescription importTableDescription)
Represents the properties of the table created for the import, and parameters of the import. The import parameters include import status, how many items were processed, and how many errors were encountered.
importTableDescription
- Represents the properties of the table created for the import, and parameters of the import. The
import parameters include import status, how many items were processed, and how many errors were
encountered.default ImportTableResponse.Builder importTableDescription(Consumer<ImportTableDescription.Builder> importTableDescription)
Represents the properties of the table created for the import, and parameters of the import. The import parameters include import status, how many items were processed, and how many errors were encountered.
This is a convenience method that creates an instance of theImportTableDescription.Builder
avoiding
the need to create one manually via ImportTableDescription.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to importTableDescription(ImportTableDescription)
.
importTableDescription
- a consumer that will call methods on ImportTableDescription.Builder
importTableDescription(ImportTableDescription)
Copyright © 2023. All rights reserved.