public class AzureBlobStorageApplicationLogsConfig extends Object
Constructor and Description |
---|
AzureBlobStorageApplicationLogsConfig() |
Modifier and Type | Method and Description |
---|---|
LogLevel |
level()
Get log level.
|
Integer |
retentionInDays()
Get retention in days.
|
String |
sasUrl()
Get sAS url to a azure blob container with read/write/list/delete permissions.
|
AzureBlobStorageApplicationLogsConfig |
withLevel(LogLevel level)
Set log level.
|
AzureBlobStorageApplicationLogsConfig |
withRetentionInDays(Integer retentionInDays)
Set retention in days.
|
AzureBlobStorageApplicationLogsConfig |
withSasUrl(String sasUrl)
Set sAS url to a azure blob container with read/write/list/delete permissions.
|
public AzureBlobStorageApplicationLogsConfig()
public LogLevel level()
public AzureBlobStorageApplicationLogsConfig withLevel(LogLevel level)
level
- the level value to setpublic String sasUrl()
public AzureBlobStorageApplicationLogsConfig withSasUrl(String sasUrl)
sasUrl
- the sasUrl value to setpublic Integer retentionInDays()
public AzureBlobStorageApplicationLogsConfig withRetentionInDays(Integer retentionInDays)
retentionInDays
- the retentionInDays value to setCopyright © 2019. All rights reserved.