static CacheReportInfo.Builder |
CacheReportInfo.builder() |
|
CacheReportInfo.Builder |
CacheReportInfo.Builder.cacheReportARN(String cacheReportARN) |
The Amazon Resource Name (ARN) of the cache report you want to describe.
|
CacheReportInfo.Builder |
CacheReportInfo.Builder.cacheReportStatus(String cacheReportStatus) |
The status of the specified cache report.
|
CacheReportInfo.Builder |
CacheReportInfo.Builder.cacheReportStatus(CacheReportStatus cacheReportStatus) |
The status of the specified cache report.
|
CacheReportInfo.Builder |
CacheReportInfo.Builder.endTime(Instant endTime) |
The time at which the gateway stopped generating the cache report.
|
CacheReportInfo.Builder |
CacheReportInfo.Builder.exclusionFilters(Collection<CacheReportFilter> exclusionFilters) |
The list of filters and parameters that determine which files are excluded from the report.
|
CacheReportInfo.Builder |
CacheReportInfo.Builder.exclusionFilters(Consumer<CacheReportFilter.Builder>... exclusionFilters) |
The list of filters and parameters that determine which files are excluded from the report.
|
CacheReportInfo.Builder |
CacheReportInfo.Builder.exclusionFilters(CacheReportFilter... exclusionFilters) |
The list of filters and parameters that determine which files are excluded from the report.
|
CacheReportInfo.Builder |
CacheReportInfo.Builder.fileShareARN(String fileShareARN) |
Sets the value of the FileShareARN property for this object.
|
CacheReportInfo.Builder |
CacheReportInfo.Builder.inclusionFilters(Collection<CacheReportFilter> inclusionFilters) |
The list of filters and parameters that determine which files are included in the report.
|
CacheReportInfo.Builder |
CacheReportInfo.Builder.inclusionFilters(Consumer<CacheReportFilter.Builder>... inclusionFilters) |
The list of filters and parameters that determine which files are included in the report.
|
CacheReportInfo.Builder |
CacheReportInfo.Builder.inclusionFilters(CacheReportFilter... inclusionFilters) |
The list of filters and parameters that determine which files are included in the report.
|
CacheReportInfo.Builder |
CacheReportInfo.Builder.locationARN(String locationARN) |
The ARN of the Amazon S3 bucket location where the cache report is saved.
|
CacheReportInfo.Builder |
CacheReportInfo.Builder.reportCompletionPercent(Integer reportCompletionPercent) |
The percentage of the report generation process that has been completed at time of inquiry.
|
CacheReportInfo.Builder |
CacheReportInfo.Builder.reportName(String reportName) |
The file name of the completed cache report object stored in Amazon S3.
|
CacheReportInfo.Builder |
CacheReportInfo.Builder.role(String role) |
Sets the value of the Role property for this object.
|
CacheReportInfo.Builder |
CacheReportInfo.Builder.startTime(Instant startTime) |
The time at which the gateway started generating the cache report.
|
CacheReportInfo.Builder |
CacheReportInfo.Builder.tags(Collection<Tag> tags) |
The list of key/value tags associated with the report.
|
CacheReportInfo.Builder |
CacheReportInfo.Builder.tags(Consumer<Tag.Builder>... tags) |
The list of key/value tags associated with the report.
|
CacheReportInfo.Builder |
CacheReportInfo.Builder.tags(Tag... tags) |
The list of key/value tags associated with the report.
|
CacheReportInfo.Builder |
CacheReportInfo.toBuilder() |
|