Uses of Interface
software.amazon.awssdk.services.backup.model.ReportJob.Builder
-
Packages that use ReportJob.Builder Package Description software.amazon.awssdk.services.backup.model -
-
Uses of ReportJob.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return ReportJob.Builder Modifier and Type Method Description static ReportJob.BuilderReportJob. builder()ReportJob.BuilderReportJob.Builder. completionTime(Instant completionTime)The date and time that a report job is completed, in Unix format and Coordinated Universal Time (UTC).ReportJob.BuilderReportJob.Builder. creationTime(Instant creationTime)The date and time that a report job is created, in Unix format and Coordinated Universal Time (UTC).default ReportJob.BuilderReportJob.Builder. reportDestination(Consumer<ReportDestination.Builder> reportDestination)The S3 bucket name and S3 keys for the destination where the report job publishes the report.ReportJob.BuilderReportJob.Builder. reportDestination(ReportDestination reportDestination)The S3 bucket name and S3 keys for the destination where the report job publishes the report.ReportJob.BuilderReportJob.Builder. reportJobId(String reportJobId)The identifier for a report job.ReportJob.BuilderReportJob.Builder. reportPlanArn(String reportPlanArn)An Amazon Resource Name (ARN) that uniquely identifies a resource.ReportJob.BuilderReportJob.Builder. reportTemplate(String reportTemplate)Identifies the report template for the report.ReportJob.BuilderReportJob.Builder. status(String status)The status of a report job.ReportJob.BuilderReportJob.Builder. statusMessage(String statusMessage)A message explaining the status of the report job.ReportJob.BuilderReportJob. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type ReportJob.Builder Modifier and Type Method Description static Class<? extends ReportJob.Builder>ReportJob. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type ReportJob.Builder Modifier and Type Method Description default DescribeReportJobResponse.BuilderDescribeReportJobResponse.Builder. reportJob(Consumer<ReportJob.Builder> reportJob)A list of information about a report job, including its completion and creation times, report destination, unique report job ID, Amazon Resource Name (ARN), report template, status, and status message.
-