Class UpdateContainerOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.openstack.swift.v1.options.UpdateContainerOptions
- All Implemented Interfaces:
HttpRequestOptions
Options for updating a
.
invalid reference
Container
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the public ACL on the container so that anybody can read it.Sets the headers on a container at creation.Sets the metadata on a container at creation.versionsLocation
(String containerName) Sets the container that will contain object versions.Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Field Details
-
NONE
-
-
Constructor Details
-
UpdateContainerOptions
public UpdateContainerOptions()
-
-
Method Details
-
headers
Sets the headers on a container at creation. -
metadata
Sets the metadata on a container at creation. -
anybodyRead
Sets the public ACL on the container so that anybody can read it. -
versionsLocation
Sets the container that will contain object versions.
-