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