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.Builder
ExportSummary. builder()
ExportSummary.Builder
ExportSummary.Builder. exportArn(String exportArn)
The Amazon Resource Name (ARN) of the export.ExportSummary.Builder
ExportSummary.Builder. exportStatus(String exportStatus)
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.ExportSummary.Builder
ExportSummary.Builder. exportStatus(ExportStatus exportStatus)
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.ExportSummary.Builder
ExportSummary.Builder. exportType(String exportType)
The type of export that was performed.ExportSummary.Builder
ExportSummary.Builder. exportType(ExportType exportType)
The type of export that was performed.ExportSummary.Builder
ExportSummary. 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()
-