public class AzureBlobStorageHttpLogsConfig extends Object
Constructor and Description |
---|
AzureBlobStorageHttpLogsConfig() |
Modifier and Type | Method and Description |
---|---|
Boolean |
enabled()
Get true if configuration is enabled, false if it is disabled and null if configuration is not set.
|
Integer |
retentionInDays()
Get retention in days.
|
String |
sasUrl()
Get sAS url to a azure blob container with read/write/list/delete permissions.
|
AzureBlobStorageHttpLogsConfig |
withEnabled(Boolean enabled)
Set true if configuration is enabled, false if it is disabled and null if configuration is not set.
|
AzureBlobStorageHttpLogsConfig |
withRetentionInDays(Integer retentionInDays)
Set retention in days.
|
AzureBlobStorageHttpLogsConfig |
withSasUrl(String sasUrl)
Set sAS url to a azure blob container with read/write/list/delete permissions.
|
public String sasUrl()
public AzureBlobStorageHttpLogsConfig withSasUrl(String sasUrl)
sasUrl
- the sasUrl value to setpublic Integer retentionInDays()
public AzureBlobStorageHttpLogsConfig withRetentionInDays(Integer retentionInDays)
retentionInDays
- the retentionInDays value to setpublic Boolean enabled()
public AzureBlobStorageHttpLogsConfig withEnabled(Boolean enabled)
enabled
- the enabled value to setCopyright © 2019. All rights reserved.