| Package | Description |
|---|---|
| com.amazonaws.services.artifact.model |
| Modifier and Type | Method and Description |
|---|---|
ReportDetail |
ReportDetail.clone() |
ReportDetail |
GetReportMetadataResult.getReportDetails()
Report resource detail.
|
ReportDetail |
ReportDetail.withAcceptanceType(AcceptanceType acceptanceType)
Acceptance type for report.
|
ReportDetail |
ReportDetail.withAcceptanceType(String acceptanceType)
Acceptance type for report.
|
ReportDetail |
ReportDetail.withArn(String arn)
ARN for the report resource.
|
ReportDetail |
ReportDetail.withCategory(String category)
Category for the report resource.
|
ReportDetail |
ReportDetail.withCompanyName(String companyName)
Associated company name for the report resource.
|
ReportDetail |
ReportDetail.withCreatedAt(Date createdAt)
Timestamp indicating when the report resource was created.
|
ReportDetail |
ReportDetail.withDeletedAt(Date deletedAt)
Timestamp indicating when the report resource was deleted.
|
ReportDetail |
ReportDetail.withDescription(String description)
Description for the report resource.
|
ReportDetail |
ReportDetail.withId(String id)
Unique resource ID for the report resource.
|
ReportDetail |
ReportDetail.withLastModifiedAt(Date lastModifiedAt)
Timestamp indicating when the report resource was last modified.
|
ReportDetail |
ReportDetail.withName(String name)
Name for the report resource.
|
ReportDetail |
ReportDetail.withPeriodEnd(Date periodEnd)
Timestamp indicating the report resource effective end.
|
ReportDetail |
ReportDetail.withPeriodStart(Date periodStart)
Timestamp indicating the report resource effective start.
|
ReportDetail |
ReportDetail.withProductName(String productName)
Associated product name for the report resource.
|
ReportDetail |
ReportDetail.withSequenceNumber(Long sequenceNumber)
Sequence number to enforce optimistic locking.
|
ReportDetail |
ReportDetail.withSeries(String series)
Series for the report resource.
|
ReportDetail |
ReportDetail.withState(PublishedState state)
Current state of the report resource
|
ReportDetail |
ReportDetail.withState(String state)
Current state of the report resource
|
ReportDetail |
ReportDetail.withStatusMessage(String statusMessage)
The message associated with the current upload state.
|
ReportDetail |
ReportDetail.withTermArn(String termArn)
Unique resource ARN for term resource.
|
ReportDetail |
ReportDetail.withUploadState(String uploadState)
The current state of the document upload.
|
ReportDetail |
ReportDetail.withUploadState(UploadState uploadState)
The current state of the document upload.
|
ReportDetail |
ReportDetail.withVersion(Long version)
Version for the report resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetReportMetadataResult.setReportDetails(ReportDetail reportDetails)
Report resource detail.
|
GetReportMetadataResult |
GetReportMetadataResult.withReportDetails(ReportDetail reportDetails)
Report resource detail.
|
Copyright © 2024. All rights reserved.