Uses of Interface
software.amazon.awssdk.services.bcmdataexports.model.ExportStatus.Builder
-
Packages that use ExportStatus.Builder Package Description software.amazon.awssdk.services.bcmdataexports.model -
-
Uses of ExportStatus.Builder in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return ExportStatus.Builder Modifier and Type Method Description static ExportStatus.BuilderExportStatus. builder()ExportStatus.BuilderExportStatus.Builder. createdAt(Instant createdAt)The timestamp of when the export was created.ExportStatus.BuilderExportStatus.Builder. lastRefreshedAt(Instant lastRefreshedAt)The timestamp of when the export was last generated.ExportStatus.BuilderExportStatus.Builder. lastUpdatedAt(Instant lastUpdatedAt)The timestamp of when the export was updated.ExportStatus.BuilderExportStatus.Builder. statusCode(String statusCode)The status code for the request.ExportStatus.BuilderExportStatus.Builder. statusCode(ExportStatusCode statusCode)The status code for the request.ExportStatus.BuilderExportStatus.Builder. statusReason(String statusReason)The description for the status code.ExportStatus.BuilderExportStatus.Builder. statusReason(ExecutionStatusReason statusReason)The description for the status code.ExportStatus.BuilderExportStatus. toBuilder()Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type ExportStatus.Builder Modifier and Type Method Description static Class<? extends ExportStatus.Builder>ExportStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bcmdataexports.model with type arguments of type ExportStatus.Builder Modifier and Type Method Description default ExportReference.BuilderExportReference.Builder. exportStatus(Consumer<ExportStatus.Builder> exportStatus)The status of this specific data export.default GetExportResponse.BuilderGetExportResponse.Builder. exportStatus(Consumer<ExportStatus.Builder> exportStatus)The status of this specific export.
-