Interface S3Object.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<S3Object.Builder,,S3Object> SdkBuilder<S3Object.Builder,,S3Object> SdkPojo
- Enclosing class:
 S3Object
public static interface S3Object.Builder
extends SdkPojo, CopyableBuilder<S3Object.Builder,S3Object> 
- 
Method Summary
Modifier and TypeMethodDescriptionName of the S3 bucket.S3 object key name.If the bucket is versioning enabled, you can specify the object version.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, sdkFields 
- 
Method Details
- 
bucket
Name of the S3 bucket.
- Parameters:
 bucket- Name of the S3 bucket.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
S3 object key name.
- Parameters:
 name- S3 object key name.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
version
If the bucket is versioning enabled, you can specify the object version.
- Parameters:
 version- If the bucket is versioning enabled, you can specify the object version.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -