Uses of Interface
software.amazon.awscdk.services.dynamodb.ImportSourceSpecification
-
Uses of ImportSourceSpecification in software.amazon.awscdk.services.dynamodb
Modifier and TypeClassDescriptionstatic final class
An implementation forImportSourceSpecification
Modifier and TypeMethodDescriptionImportSourceSpecification.Builder.build()
Builds the configured instance.default ImportSourceSpecification
TableOptions.getImportSource()
The properties of data being imported from the S3 bucket source to the table.TableOptions.Jsii$Proxy.getImportSource()
TableProps.Jsii$Proxy.getImportSource()
Modifier and TypeMethodDescriptionTable.Builder.importSource
(ImportSourceSpecification importSource) The properties of data being imported from the S3 bucket source to the table.TableOptions.Builder.importSource
(ImportSourceSpecification importSource) Sets the value ofTableOptions.getImportSource()
TableProps.Builder.importSource
(ImportSourceSpecification importSource) Sets the value ofTableOptions.getImportSource()