public static interface DescribeCacheResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<DescribeCacheResponse.Builder,DescribeCacheResponse>
Modifier and Type | Method and Description |
---|---|
DescribeCacheResponse.Builder |
cacheAllocatedInBytes(Long cacheAllocatedInBytes)
Sets the value of the CacheAllocatedInBytes property for this object.
|
DescribeCacheResponse.Builder |
cacheDirtyPercentage(Double cacheDirtyPercentage)
Sets the value of the CacheDirtyPercentage property for this object.
|
DescribeCacheResponse.Builder |
cacheHitPercentage(Double cacheHitPercentage)
Sets the value of the CacheHitPercentage property for this object.
|
DescribeCacheResponse.Builder |
cacheMissPercentage(Double cacheMissPercentage)
Sets the value of the CacheMissPercentage property for this object.
|
DescribeCacheResponse.Builder |
cacheUsedPercentage(Double cacheUsedPercentage)
Sets the value of the CacheUsedPercentage property for this object.
|
DescribeCacheResponse.Builder |
diskIds(Collection<String> diskIds)
Sets the value of the DiskIds property for this object.
|
DescribeCacheResponse.Builder |
diskIds(String... diskIds)
Sets the value of the DiskIds property for this object.
|
DescribeCacheResponse.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeCacheResponse.Builder gatewayARN(String gatewayARN)
gatewayARN
- The new value for the GatewayARN property for this object.DescribeCacheResponse.Builder diskIds(Collection<String> diskIds)
diskIds
- The new value for the DiskIds property for this object.DescribeCacheResponse.Builder diskIds(String... diskIds)
diskIds
- The new value for the DiskIds property for this object.DescribeCacheResponse.Builder cacheAllocatedInBytes(Long cacheAllocatedInBytes)
cacheAllocatedInBytes
- The new value for the CacheAllocatedInBytes property for this object.DescribeCacheResponse.Builder cacheUsedPercentage(Double cacheUsedPercentage)
cacheUsedPercentage
- The new value for the CacheUsedPercentage property for this object.DescribeCacheResponse.Builder cacheDirtyPercentage(Double cacheDirtyPercentage)
cacheDirtyPercentage
- The new value for the CacheDirtyPercentage property for this object.DescribeCacheResponse.Builder cacheHitPercentage(Double cacheHitPercentage)
cacheHitPercentage
- The new value for the CacheHitPercentage property for this object.DescribeCacheResponse.Builder cacheMissPercentage(Double cacheMissPercentage)
cacheMissPercentage
- The new value for the CacheMissPercentage property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.