public class ObjectStoreConfiguration extends FeatureConfiguration
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectStoreConfiguration.Builder
ObjectStoreConfiguration is created using a Builder.
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectStoreConfiguration.Builder |
builder()
Creates a builder for the Object Store Configuration.
|
static ObjectStoreConfiguration.Builder |
builder(ObjectStoreConfiguration osc)
Creates a builder to copy the Object Store configuration.
|
static ObjectStoreConfiguration.Builder |
builder(java.lang.String name)
Creates a builder for the Object Store Configuration.
|
boolean |
isSealed()
If true, indicates the store is sealed and cannot be modified in any way
|
java.lang.String |
toString() |
getBackingConfig, getBucketName, getDescription, getMaxBucketSize, getMetadata, getPlacement, getReplicas, getStorageType, getTtl, isCompressed, toJson, toJsonValuepublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean isSealed()
public static ObjectStoreConfiguration.Builder builder()
public static ObjectStoreConfiguration.Builder builder(java.lang.String name)
name - the name of the object store bucketpublic static ObjectStoreConfiguration.Builder builder(ObjectStoreConfiguration osc)
osc - an existing ObjectStoreConfiguration