ServiceBusTopicEventSubscriptionDestination Class

public final class ServiceBusTopicEventSubscriptionDestination
extends EventSubscriptionDestination

Information about the service bus topic destination for an event subscription.

Constructor Summary

Method Summary

Modifier and Type Method and Description
List<DeliveryAttributeMapping> deliveryAttributeMappings()

Get the deliveryAttributeMappings property: Delivery attribute details.

String resourceId()

Get the resourceId property: The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription.

void validate()

Validates the instance.

ServiceBusTopicEventSubscriptionDestination withDeliveryAttributeMappings(List<DeliveryAttributeMapping> deliveryAttributeMappings)

Set the deliveryAttributeMappings property: Delivery attribute details.

ServiceBusTopicEventSubscriptionDestination withResourceId(String resourceId)

Set the resourceId property: The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription.

Methods inherited from EventSubscriptionDestination

Methods inherited from java.lang.Object

Constructor Details

ServiceBusTopicEventSubscriptionDestination

public ServiceBusTopicEventSubscriptionDestination()

Method Details

deliveryAttributeMappings

public List deliveryAttributeMappings()

Get the deliveryAttributeMappings property: Delivery attribute details.

Returns:

the deliveryAttributeMappings value.

resourceId

public String resourceId()

Get the resourceId property: The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription.

Returns:

the resourceId value.

validate

public void validate()

Validates the instance.

Overrides:

ServiceBusTopicEventSubscriptionDestination.validate()

withDeliveryAttributeMappings

public ServiceBusTopicEventSubscriptionDestination withDeliveryAttributeMappings(List deliveryAttributeMappings)

Set the deliveryAttributeMappings property: Delivery attribute details.

Parameters:

deliveryAttributeMappings - the deliveryAttributeMappings value to set.

Returns:

the ServiceBusTopicEventSubscriptionDestination object itself.

withResourceId

public ServiceBusTopicEventSubscriptionDestination withResourceId(String resourceId)

Set the resourceId property: The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription.

Parameters:

resourceId - the resourceId value to set.

Returns:

the ServiceBusTopicEventSubscriptionDestination object itself.

Applies to

Azure SDK for Java

Latest