public final class AzureBlobStorageHttpLogsConfig extends Object
| Constructor and Description |
|---|
AzureBlobStorageHttpLogsConfig() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
enabled()
Get the enabled property: True if configuration is enabled, false if it is disabled and null if configuration is
not set.
|
Integer |
retentionInDays()
Get the retentionInDays property: Retention in days.
|
String |
sasUrl()
Get the sasUrl property: SAS url to a azure blob container with read/write/list/delete permissions.
|
void |
validate()
Validates the instance.
|
AzureBlobStorageHttpLogsConfig |
withEnabled(Boolean enabled)
Set the enabled property: True if configuration is enabled, false if it is disabled and null if configuration is
not set.
|
AzureBlobStorageHttpLogsConfig |
withRetentionInDays(Integer retentionInDays)
Set the retentionInDays property: Retention in days.
|
AzureBlobStorageHttpLogsConfig |
withSasUrl(String sasUrl)
Set the sasUrl property: 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 set.public Integer retentionInDays()
public AzureBlobStorageHttpLogsConfig withRetentionInDays(Integer retentionInDays)
retentionInDays - the retentionInDays value to set.public Boolean enabled()
public AzureBlobStorageHttpLogsConfig withEnabled(Boolean enabled)
enabled - the enabled value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.