Interface FileInformation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FileInformation.Builder,
,FileInformation> SdkBuilder<FileInformation.Builder,
,FileInformation> SdkPojo
- Enclosing class:
FileInformation
public static interface FileInformation.Builder
extends SdkPojo, CopyableBuilder<FileInformation.Builder,FileInformation>
-
Method Summary
Modifier and TypeMethodDescriptioncontentLength
(Long contentLength) The file's content length.The file's part size.totalParts
(Integer totalParts) The file's total parts.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
totalParts
The file's total parts.
- Parameters:
totalParts
- The file's total parts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partSize
The file's part size.
- Parameters:
partSize
- The file's part size.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentLength
The file's content length.
- Parameters:
contentLength
- The file's content length.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-