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