StartCacheReportRequest.Builder |
StartCacheReportRequest.Builder.bucketRegion(String bucketRegion) |
The Amazon Web Services Region of the Amazon S3 bucket associated with the file share for which you want to
generate the cache report.
|
static StartCacheReportRequest.Builder |
StartCacheReportRequest.builder() |
|
StartCacheReportRequest.Builder |
StartCacheReportRequest.Builder.clientToken(String clientToken) |
A unique identifier that you use to ensure idempotent report generation if you need to retry an unsuccessful
StartCacheReport request.
|
StartCacheReportRequest.Builder |
StartCacheReportRequest.Builder.exclusionFilters(Collection<CacheReportFilter> exclusionFilters) |
The list of filters and parameters that determine which files are excluded from the report.
|
StartCacheReportRequest.Builder |
StartCacheReportRequest.Builder.exclusionFilters(Consumer<CacheReportFilter.Builder>... exclusionFilters) |
The list of filters and parameters that determine which files are excluded from the report.
|
StartCacheReportRequest.Builder |
StartCacheReportRequest.Builder.exclusionFilters(CacheReportFilter... exclusionFilters) |
The list of filters and parameters that determine which files are excluded from the report.
|
StartCacheReportRequest.Builder |
StartCacheReportRequest.Builder.fileShareARN(String fileShareARN) |
Sets the value of the FileShareARN property for this object.
|
StartCacheReportRequest.Builder |
StartCacheReportRequest.Builder.inclusionFilters(Collection<CacheReportFilter> inclusionFilters) |
The list of filters and parameters that determine which files are included in the report.
|
StartCacheReportRequest.Builder |
StartCacheReportRequest.Builder.inclusionFilters(Consumer<CacheReportFilter.Builder>... inclusionFilters) |
The list of filters and parameters that determine which files are included in the report.
|
StartCacheReportRequest.Builder |
StartCacheReportRequest.Builder.inclusionFilters(CacheReportFilter... inclusionFilters) |
The list of filters and parameters that determine which files are included in the report.
|
StartCacheReportRequest.Builder |
StartCacheReportRequest.Builder.locationARN(String locationARN) |
The ARN of the Amazon S3 bucket where the cache report will be saved.
|
StartCacheReportRequest.Builder |
StartCacheReportRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartCacheReportRequest.Builder |
StartCacheReportRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
StartCacheReportRequest.Builder |
StartCacheReportRequest.Builder.role(String role) |
The ARN of the IAM role used when saving the cache report to Amazon S3.
|
StartCacheReportRequest.Builder |
StartCacheReportRequest.Builder.tags(Collection<Tag> tags) |
A list of up to 50 key/value tags that you can assign to the cache report.
|
StartCacheReportRequest.Builder |
StartCacheReportRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of up to 50 key/value tags that you can assign to the cache report.
|
StartCacheReportRequest.Builder |
StartCacheReportRequest.Builder.tags(Tag... tags) |
A list of up to 50 key/value tags that you can assign to the cache report.
|
StartCacheReportRequest.Builder |
StartCacheReportRequest.toBuilder() |
|
StartCacheReportRequest.Builder |
StartCacheReportRequest.Builder.vpcEndpointDNSName(String vpcEndpointDNSName) |
The DNS name of the VPC endpoint associated with the Amazon S3 where you want to save the cache report.
|