public class UpdateContainerOptions
extends org.jclouds.http.options.BaseHttpRequestOptions
Container.| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateContainerOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static UpdateContainerOptions |
NONE |
| Constructor and Description |
|---|
UpdateContainerOptions() |
| Modifier and Type | Method and Description |
|---|---|
UpdateContainerOptions |
anybodyRead()
Sets the public ACL on the container so that anybody can read it.
|
UpdateContainerOptions |
headers(com.google.common.collect.Multimap<String,String> headers)
Sets the headers on a container at creation.
|
UpdateContainerOptions |
metadata(Map<String,String> metadata)
Sets the metadata on a container at creation.
|
UpdateContainerOptions |
versionsLocation(String containerName)
Sets the container that will contain object versions.
|
public static final UpdateContainerOptions NONE
public UpdateContainerOptions headers(com.google.common.collect.Multimap<String,String> headers)
public UpdateContainerOptions metadata(Map<String,String> metadata)
public UpdateContainerOptions anybodyRead()
public UpdateContainerOptions versionsLocation(String containerName)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.