@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AzureStorageDestination extends Object
azure_storage destination forwards logs to an Azure Blob Storage container.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BLOB_PREFIX |
static String |
JSON_PROPERTY_CONTAINER_NAME |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_INPUTS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
AzureStorageDestination() |
AzureStorageDestination(String containerName,
String id,
List<String> inputs,
AzureStorageDestinationType type) |
| Modifier and Type | Method and Description |
|---|---|
AzureStorageDestination |
addInputsItem(String inputsItem) |
AzureStorageDestination |
blobPrefix(String blobPrefix) |
AzureStorageDestination |
containerName(String containerName) |
boolean |
equals(Object o)
Return true if this AzureStorageDestination object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getBlobPrefix()
Optional prefix for blobs written to the container.
|
String |
getContainerName()
The name of the Azure Blob Storage container to store logs in.
|
String |
getId()
The unique identifier for this component.
|
List<String> |
getInputs()
A list of component IDs whose output is used as the
input for this component. |
AzureStorageDestinationType |
getType()
The destination type.
|
int |
hashCode() |
AzureStorageDestination |
id(String id) |
AzureStorageDestination |
inputs(List<String> inputs) |
AzureStorageDestination |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setBlobPrefix(String blobPrefix) |
void |
setContainerName(String containerName) |
void |
setId(String id) |
void |
setInputs(List<String> inputs) |
void |
setType(AzureStorageDestinationType type) |
String |
toString() |
AzureStorageDestination |
type(AzureStorageDestinationType type) |
public boolean unparsed
public static final String JSON_PROPERTY_BLOB_PREFIX
public static final String JSON_PROPERTY_CONTAINER_NAME
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_INPUTS
public static final String JSON_PROPERTY_TYPE
public AzureStorageDestination()
public AzureStorageDestination(String containerName, String id, List<String> inputs, AzureStorageDestinationType type)
public AzureStorageDestination blobPrefix(String blobPrefix)
@Nullable public String getBlobPrefix()
public void setBlobPrefix(String blobPrefix)
public AzureStorageDestination containerName(String containerName)
public String getContainerName()
public void setContainerName(String containerName)
public AzureStorageDestination id(String id)
public String getId()
public void setId(String id)
public AzureStorageDestination inputs(List<String> inputs)
public AzureStorageDestination addInputsItem(String inputsItem)
public List<String> getInputs()
input for this component.public AzureStorageDestination type(AzureStorageDestinationType type)
public AzureStorageDestinationType getType()
azure_storage.public void setType(AzureStorageDestinationType type)
public AzureStorageDestination putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2025. All rights reserved.