@Generated(value="software.amazon.awssdk:codegen") public final class ReportJob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReportJob.Builder,ReportJob>
Contains detailed information about a report job. A report job compiles a report based on a report plan and publishes it to Amazon S3.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReportJob.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReportJob.Builder |
builder() |
Instant |
completionTime()
The date and time that a report job is completed, in Unix format and Coordinated Universal Time (UTC).
|
Instant |
creationTime()
The date and time that a report job is created, in Unix format and Coordinated Universal Time (UTC).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ReportDestination |
reportDestination()
The S3 bucket name and S3 keys for the destination where the report job publishes the report.
|
String |
reportJobId()
The identifier for a report job.
|
String |
reportPlanArn()
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
String |
reportTemplate()
Identifies the report template for the report.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReportJob.Builder> |
serializableBuilderClass() |
String |
status()
The status of a report job.
|
String |
statusMessage()
A message explaining the status of the report job.
|
ReportJob.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String reportJobId()
The identifier for a report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. Report job IDs cannot be edited.
public final String reportPlanArn()
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
public final String reportTemplate()
Identifies the report template for the report. Reports are built using a report template. The report templates are:
RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
public final Instant creationTime()
The date and time that a report job is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday,
January 26, 2018 12:11:30.087 AM.
CreationTime is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.public final Instant completionTime()
The date and time that a report job is completed, in Unix format and Coordinated Universal Time (UTC). The value
of CompletionTime is accurate to milliseconds. For example, the value 1516925490.087 represents
Friday, January 26, 2018 12:11:30.087 AM.
CompletionTime is accurate to milliseconds. For example, the value
1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public final String status()
The status of a report job. The statuses are:
CREATED | RUNNING | COMPLETED | FAILED
COMPLETED means that the report is available for your review at your designated destination. If the
status is FAILED, review the StatusMessage for the reason.
CREATED | RUNNING | COMPLETED | FAILED
COMPLETED means that the report is available for your review at your designated destination.
If the status is FAILED, review the StatusMessage for the reason.
public final String statusMessage()
A message explaining the status of the report job.
public final ReportDestination reportDestination()
The S3 bucket name and S3 keys for the destination where the report job publishes the report.
public ReportJob.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReportJob.Builder,ReportJob>public static ReportJob.Builder builder()
public static Class<? extends ReportJob.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.