public static interface DescribeCacheResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<DescribeCacheResponse.Builder,DescribeCacheResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeCacheResponse.Builder |
cacheAllocatedInBytes(Long cacheAllocatedInBytes)
The amount of cache in bytes allocated to a gateway.
|
DescribeCacheResponse.Builder |
cacheDirtyPercentage(Double cacheDirtyPercentage)
The file share's contribution to the overall percentage of the gateway's cache that has not been persisted to
Amazon Web Services.
|
DescribeCacheResponse.Builder |
cacheHitPercentage(Double cacheHitPercentage)
Percent of application read operations from the file shares that are served from cache.
|
DescribeCacheResponse.Builder |
cacheMissPercentage(Double cacheMissPercentage)
Percent of application read operations from the file shares that are not served from cache.
|
DescribeCacheResponse.Builder |
cacheUsedPercentage(Double cacheUsedPercentage)
Percent use of the gateway's cache storage.
|
DescribeCacheResponse.Builder |
diskIds(Collection<String> diskIds)
An array of strings that identify disks that are to be configured as working storage.
|
DescribeCacheResponse.Builder |
diskIds(String... diskIds)
An array of strings that identify disks that are to be configured as working storage.
|
DescribeCacheResponse.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCacheResponse.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.DescribeCacheResponse.Builder diskIds(Collection<String> diskIds)
An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.
diskIds - An array of strings that identify disks that are to be configured as working storage. Each string has
a minimum length of 1 and maximum length of 300. You can get the disk IDs from the
ListLocalDisks API.DescribeCacheResponse.Builder diskIds(String... diskIds)
An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.
diskIds - An array of strings that identify disks that are to be configured as working storage. Each string has
a minimum length of 1 and maximum length of 300. You can get the disk IDs from the
ListLocalDisks API.DescribeCacheResponse.Builder cacheAllocatedInBytes(Long cacheAllocatedInBytes)
The amount of cache in bytes allocated to a gateway.
cacheAllocatedInBytes - The amount of cache in bytes allocated to a gateway.DescribeCacheResponse.Builder cacheUsedPercentage(Double cacheUsedPercentage)
Percent use of the gateway's cache storage. This metric applies only to the gateway-cached volume setup. The sample is taken at the end of the reporting period.
cacheUsedPercentage - Percent use of the gateway's cache storage. This metric applies only to the gateway-cached volume
setup. The sample is taken at the end of the reporting period.DescribeCacheResponse.Builder cacheDirtyPercentage(Double cacheDirtyPercentage)
The file share's contribution to the overall percentage of the gateway's cache that has not been persisted to Amazon Web Services. The sample is taken at the end of the reporting period.
cacheDirtyPercentage - The file share's contribution to the overall percentage of the gateway's cache that has not been
persisted to Amazon Web Services. The sample is taken at the end of the reporting period.DescribeCacheResponse.Builder cacheHitPercentage(Double cacheHitPercentage)
Percent of application read operations from the file shares that are served from cache. The sample is taken at the end of the reporting period.
cacheHitPercentage - Percent of application read operations from the file shares that are served from cache. The sample is
taken at the end of the reporting period.DescribeCacheResponse.Builder cacheMissPercentage(Double cacheMissPercentage)
Percent of application read operations from the file shares that are not served from cache. The sample is taken at the end of the reporting period.
cacheMissPercentage - Percent of application read operations from the file shares that are not served from cache. The sample
is taken at the end of the reporting period.Copyright © 2022. All rights reserved.