public static interface DescribeWorkingStorageResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorkingStorageResponse.Builder,DescribeWorkingStorageResponse>
Modifier and Type | Method and Description |
---|---|
DescribeWorkingStorageResponse.Builder |
diskIds(Collection<String> diskIds)
An array of the gateway's local disk IDs that are configured as working storage.
|
DescribeWorkingStorageResponse.Builder |
diskIds(String... diskIds)
An array of the gateway's local disk IDs that are configured as working storage.
|
DescribeWorkingStorageResponse.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
DescribeWorkingStorageResponse.Builder |
workingStorageAllocatedInBytes(Long workingStorageAllocatedInBytes)
The total working storage in bytes allocated for the gateway.
|
DescribeWorkingStorageResponse.Builder |
workingStorageUsedInBytes(Long workingStorageUsedInBytes)
The total working storage in bytes in use by the gateway.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeWorkingStorageResponse.Builder gatewayARN(String gatewayARN)
gatewayARN
- The new value for the GatewayARN property for this object.DescribeWorkingStorageResponse.Builder diskIds(Collection<String> diskIds)
An array of the gateway's local disk IDs that are configured as working storage. Each local disk ID is specified as a string (minimum length of 1 and maximum length of 300). If no local disks are configured as working storage, then the DiskIds array is empty.
diskIds
- An array of the gateway's local disk IDs that are configured as working storage. Each local disk ID is
specified as a string (minimum length of 1 and maximum length of 300). If no local disks are
configured as working storage, then the DiskIds array is empty.DescribeWorkingStorageResponse.Builder diskIds(String... diskIds)
An array of the gateway's local disk IDs that are configured as working storage. Each local disk ID is specified as a string (minimum length of 1 and maximum length of 300). If no local disks are configured as working storage, then the DiskIds array is empty.
diskIds
- An array of the gateway's local disk IDs that are configured as working storage. Each local disk ID is
specified as a string (minimum length of 1 and maximum length of 300). If no local disks are
configured as working storage, then the DiskIds array is empty.DescribeWorkingStorageResponse.Builder workingStorageUsedInBytes(Long workingStorageUsedInBytes)
The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.
workingStorageUsedInBytes
- The total working storage in bytes in use by the gateway. If no working storage is configured for the
gateway, this field returns 0.DescribeWorkingStorageResponse.Builder workingStorageAllocatedInBytes(Long workingStorageAllocatedInBytes)
The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.
workingStorageAllocatedInBytes
- The total working storage in bytes allocated for the gateway. If no working storage is configured for
the gateway, this field returns 0.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.