Interface File.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<File.Builder,,File> SdkBuilder<File.Builder,,File> SdkPojo
- Enclosing class:
 File
@Mutable
@NotThreadSafe
public static interface File.Builder
extends SdkPojo, CopyableBuilder<File.Builder,File> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the Amazon S3 bucket from which data is imported.The key of the Amazon S3 object that contains your data.The version ID to identify a specific version of the Amazon S3 object that contains your data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
bucket
The name of the Amazon S3 bucket from which data is imported.
- Parameters:
 bucket- The name of the Amazon S3 bucket from which data is imported.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
key
The key of the Amazon S3 object that contains your data. Each object has a key that is a unique identifier. Each object has exactly one key.
- Parameters:
 key- The key of the Amazon S3 object that contains your data. Each object has a key that is a unique identifier. Each object has exactly one key.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
versionId
The version ID to identify a specific version of the Amazon S3 object that contains your data.
- Parameters:
 versionId- The version ID to identify a specific version of the Amazon S3 object that contains your data.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -