public static interface FileInformation.Builder extends SdkPojo, CopyableBuilder<FileInformation.Builder,FileInformation>
| Modifier and Type | Method and Description |
|---|---|
FileInformation.Builder |
contentLength(Long contentLength)
The file's content length.
|
FileInformation.Builder |
partSize(Long partSize)
The file's part size.
|
FileInformation.Builder |
totalParts(Integer totalParts)
The file's total parts.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFileInformation.Builder totalParts(Integer totalParts)
The file's total parts.
totalParts - The file's total parts.FileInformation.Builder partSize(Long partSize)
The file's part size.
partSize - The file's part size.FileInformation.Builder contentLength(Long contentLength)
The file's content length.
contentLength - The file's content length.Copyright © 2023. All rights reserved.