Class InsertBucketOptions.Builder
- java.lang.Object
-
- org.jclouds.googlecloudstorage.options.InsertBucketOptions.Builder
-
- Enclosing class:
- InsertBucketOptions
public static class InsertBucketOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsertBucketOptions
predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
InsertBucketOptions
projection(DomainResourceReferences.Projection projection)
-
-
-
Method Detail
-
predefinedAcl
public InsertBucketOptions predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
-
projection
public InsertBucketOptions projection(DomainResourceReferences.Projection projection)
-
-