Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ExportSummary.Builder
Packages that use ExportSummary.Builder
-
Uses of ExportSummary.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ExportSummary.BuilderModifier and TypeMethodDescriptionstatic ExportSummary.BuilderExportSummary.builder()The Amazon Resource Name (ARN) of the export.ExportSummary.Builder.exportStatus(String exportStatus) Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.ExportSummary.Builder.exportStatus(ExportStatus exportStatus) Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.ExportSummary.Builder.exportType(String exportType) The type of export that was performed.ExportSummary.Builder.exportType(ExportType exportType) The type of export that was performed.ExportSummary.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ExportSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExportSummary.Builder>ExportSummary.serializableBuilderClass()