Class S3ObjectResource.Builder
java.lang.Object
software.amazon.awssdk.services.s3.internal.resource.S3ObjectResource.Builder
- Enclosing class:
 S3ObjectResource
A builder for 
S3ObjectResource objects.- 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an instance ofS3BucketResource.The key of the S3 object.parentS3Resource(S3Resource parentS3Resource) The S3 resource this object is associated with (contained within). 
- 
Method Details
- 
key
The key of the S3 object. - 
parentS3Resource
The S3 resource this object is associated with (contained within). OnlyS3BucketResourceandS3AccessPointResourceare valid parent resource types. - 
build
Builds an instance ofS3BucketResource. 
 -