Uses of Interface
software.amazon.awssdk.services.s3control.model.JobReport.Builder
-
Packages that use JobReport.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of JobReport.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return JobReport.Builder Modifier and Type Method Description JobReport.BuilderJobReport.Builder. bucket(String bucket)The Amazon Resource Name (ARN) for the bucket where specified job-completion report will be stored.static JobReport.BuilderJobReport. builder()JobReport.BuilderJobReport.Builder. enabled(Boolean enabled)Indicates whether the specified job will generate a job-completion report.JobReport.BuilderJobReport.Builder. format(String format)The format of the specified job-completion report.JobReport.BuilderJobReport.Builder. format(JobReportFormat format)The format of the specified job-completion report.JobReport.BuilderJobReport.Builder. prefix(String prefix)An optional prefix to describe where in the specified bucket the job-completion report will be stored.JobReport.BuilderJobReport.Builder. reportScope(String reportScope)Indicates whether the job-completion report will include details of all tasks or only failed tasks.JobReport.BuilderJobReport.Builder. reportScope(JobReportScope reportScope)Indicates whether the job-completion report will include details of all tasks or only failed tasks.JobReport.BuilderJobReport. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type JobReport.Builder Modifier and Type Method Description static Class<? extends JobReport.Builder>JobReport. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type JobReport.Builder Modifier and Type Method Description default CreateJobRequest.BuilderCreateJobRequest.Builder. report(Consumer<JobReport.Builder> report)Configuration parameters for the optional job-completion report.default JobDescriptor.BuilderJobDescriptor.Builder. report(Consumer<JobReport.Builder> report)Contains the configuration information for the job-completion report if you requested one in theCreate Jobrequest.
-