-
- All Implemented Interfaces:
public class BucketName.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static BucketName.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final BucketNameof(String name)Constructs a new BucketName instance from the given name if it is not null.-
-
Method Detail
-
of
final BucketName of(String name)
Constructs a new BucketName instance from the given name if it is not
null.If the given name is
null, an IllegalArgumentException will be thrown.- Parameters:
name- Bucket name.
-
-
-
-