Class S3ObjectPath
- java.lang.Object
-
- technology.dice.dicewhere.downloader.destination.s3.S3ObjectPath
-
public class S3ObjectPath extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBucket()StringgetPrefix()static S3ObjectPathof(String prefix)
-
-
-
Method Detail
-
of
public static S3ObjectPath of(String prefix)
-
getBucket
public String getBucket()
-
getPrefix
public String getPrefix()
-
-