Interface DescribeUploadBufferResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeUploadBufferResponse.Builder,DescribeUploadBufferResponse>, SdkBuilder<DescribeUploadBufferResponse.Builder,DescribeUploadBufferResponse>, SdkPojo, SdkResponse.Builder, StorageGatewayResponse.Builder
Enclosing class:
DescribeUploadBufferResponse

  • Method Details

    • gatewayARN

      Sets the value of the GatewayARN property for this object.
      Parameters:
      gatewayARN - The new value for the GatewayARN property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • uploadBufferUsedInBytes

      DescribeUploadBufferResponse.Builder uploadBufferUsedInBytes(Long uploadBufferUsedInBytes)

      The total number of bytes being used in the gateway's upload buffer.

      Parameters:
      uploadBufferUsedInBytes - The total number of bytes being used in the gateway's upload buffer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • uploadBufferAllocatedInBytes

      DescribeUploadBufferResponse.Builder uploadBufferAllocatedInBytes(Long uploadBufferAllocatedInBytes)

      The total number of bytes allocated in the gateway's as upload buffer.

      Parameters:
      uploadBufferAllocatedInBytes - The total number of bytes allocated in the gateway's as upload buffer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.