public static interface DescribeUploadBufferResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<DescribeUploadBufferResponse.Builder,DescribeUploadBufferResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeUploadBufferResponse.Builder |
diskIds(Collection<String> diskIds)
An array of the gateway's local disk IDs that are configured as working storage.
|
DescribeUploadBufferResponse.Builder |
diskIds(String... diskIds)
An array of the gateway's local disk IDs that are configured as working storage.
|
DescribeUploadBufferResponse.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
DescribeUploadBufferResponse.Builder |
uploadBufferAllocatedInBytes(Long uploadBufferAllocatedInBytes)
The total number of bytes allocated in the gateway's as upload buffer.
|
DescribeUploadBufferResponse.Builder |
uploadBufferUsedInBytes(Long uploadBufferUsedInBytes)
The total number of bytes being used in the gateway's upload buffer.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeUploadBufferResponse.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.DescribeUploadBufferResponse.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.DescribeUploadBufferResponse.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.DescribeUploadBufferResponse.Builder uploadBufferUsedInBytes(Long uploadBufferUsedInBytes)
The total number of bytes being used in the gateway's upload buffer.
uploadBufferUsedInBytes - The total number of bytes being used in the gateway's upload buffer.DescribeUploadBufferResponse.Builder uploadBufferAllocatedInBytes(Long uploadBufferAllocatedInBytes)
The total number of bytes allocated in the gateway's as upload buffer.
uploadBufferAllocatedInBytes - The total number of bytes allocated in the gateway's as upload buffer.Copyright © 2023. All rights reserved.