Uses of Interface
software.amazon.awssdk.services.transfer.model.S3FileLocation.Builder
-
Packages that use S3FileLocation.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of S3FileLocation.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return S3FileLocation.Builder Modifier and Type Method Description S3FileLocation.BuilderS3FileLocation.Builder. bucket(String bucket)Specifies the S3 bucket that contains the file being used.static S3FileLocation.BuilderS3FileLocation. builder()S3FileLocation.BuilderS3FileLocation.Builder. etag(String etag)The entity tag is a hash of the object.S3FileLocation.BuilderS3FileLocation.Builder. key(String key)The name assigned to the file when it was created in Amazon S3.S3FileLocation.BuilderS3FileLocation. toBuilder()S3FileLocation.BuilderS3FileLocation.Builder. versionId(String versionId)Specifies the file version.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type S3FileLocation.Builder Modifier and Type Method Description static Class<? extends S3FileLocation.Builder>S3FileLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type S3FileLocation.Builder Modifier and Type Method Description default FileLocation.BuilderFileLocation.Builder. s3FileLocation(Consumer<S3FileLocation.Builder> s3FileLocation)Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.
-