Class UpdateBucketOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.googlecloudstorage.options.UpdateBucketOptions
-
- All Implemented Interfaces:
HttpRequestOptions
public class UpdateBucketOptions extends BaseHttpRequestOptions
Allows to optionally specify ifMetagenerationMatch,ifMetagenerationNotMatch and projection which used in Bucket
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateBucketOptions.Builder
-
Field Summary
-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description UpdateBucketOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateBucketOptions
ifMetagenerationMatch(Long ifMetagenerationMatch)
UpdateBucketOptions
ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
UpdateBucketOptions
predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
UpdateBucketOptions
projection(DomainResourceReferences.Projection projection)
-
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
-
-
-
Method Detail
-
ifMetagenerationMatch
public UpdateBucketOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
-
ifMetagenerationNotMatch
public UpdateBucketOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
-
projection
public UpdateBucketOptions projection(DomainResourceReferences.Projection projection)
-
predefinedAcl
public UpdateBucketOptions predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
-
-