public static interface DescribeImportResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeImportResponse.Builder,DescribeImportResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeImportResponse.Builder |
importTableDescription(Consumer<ImportTableDescription.Builder> importTableDescription)
Represents the properties of the table created for the import, and parameters of the import.
|
DescribeImportResponse.Builder |
importTableDescription(ImportTableDescription importTableDescription)
Represents the properties of the table created for the import, and parameters of the import.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeImportResponse.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 DescribeImportResponse.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.BuilderimportTableDescription(ImportTableDescription)Copyright © 2023. All rights reserved.