public final class StorageServiceProperties
extends java.lang.Object
Constructor and Description |
---|
StorageServiceProperties() |
Modifier and Type | Method and Description |
---|---|
java.util.List<CorsRule> |
cors()
Get the cors value.
|
java.lang.String |
defaultServiceVersion()
Get the defaultServiceVersion value.
|
RetentionPolicy |
deleteRetentionPolicy()
Get the deleteRetentionPolicy value.
|
Metrics |
hourMetrics()
Get the hourMetrics value.
|
Logging |
logging()
Get the logging value.
|
Metrics |
minuteMetrics()
Get the minuteMetrics value.
|
StorageServiceProperties |
withCors(java.util.List<CorsRule> cors)
Set the cors value.
|
StorageServiceProperties |
withDefaultServiceVersion(java.lang.String defaultServiceVersion)
Set the defaultServiceVersion value.
|
StorageServiceProperties |
withDeleteRetentionPolicy(RetentionPolicy deleteRetentionPolicy)
Set the deleteRetentionPolicy value.
|
StorageServiceProperties |
withHourMetrics(Metrics hourMetrics)
Set the hourMetrics value.
|
StorageServiceProperties |
withLogging(Logging logging)
Set the logging value.
|
StorageServiceProperties |
withMinuteMetrics(Metrics minuteMetrics)
Set the minuteMetrics value.
|
public Logging logging()
public StorageServiceProperties withLogging(Logging logging)
logging
- the logging value to set.public Metrics hourMetrics()
public StorageServiceProperties withHourMetrics(Metrics hourMetrics)
hourMetrics
- the hourMetrics value to set.public Metrics minuteMetrics()
public StorageServiceProperties withMinuteMetrics(Metrics minuteMetrics)
minuteMetrics
- the minuteMetrics value to set.public java.util.List<CorsRule> cors()
public StorageServiceProperties withCors(java.util.List<CorsRule> cors)
cors
- the cors value to set.public java.lang.String defaultServiceVersion()
public StorageServiceProperties withDefaultServiceVersion(java.lang.String defaultServiceVersion)
defaultServiceVersion
- the defaultServiceVersion value to set.public RetentionPolicy deleteRetentionPolicy()
public StorageServiceProperties withDeleteRetentionPolicy(RetentionPolicy deleteRetentionPolicy)
deleteRetentionPolicy
- the deleteRetentionPolicy value to set.