Class EventHubDataSourceProperties

    • Constructor Detail

      • EventHubDataSourceProperties

        public EventHubDataSourceProperties()
    • Method Detail

      • eventHubName

        public String eventHubName()
        Get the eventHubName property: The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
        Returns:
        the eventHubName value.
      • withEventHubName

        public EventHubDataSourceProperties withEventHubName​(String eventHubName)
        Set the eventHubName property: The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
        Parameters:
        eventHubName - the eventHubName value to set.
        Returns:
        the EventHubDataSourceProperties object itself.
      • withServiceBusNamespace

        public EventHubDataSourceProperties withServiceBusNamespace​(String serviceBusNamespace)
        Set the serviceBusNamespace property: The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
        Overrides:
        withServiceBusNamespace in class ServiceBusDataSourceProperties
        Parameters:
        serviceBusNamespace - the serviceBusNamespace value to set.
        Returns:
        the ServiceBusDataSourceProperties object itself.
      • withSharedAccessPolicyName

        public EventHubDataSourceProperties withSharedAccessPolicyName​(String sharedAccessPolicyName)
        Set the sharedAccessPolicyName property: The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
        Overrides:
        withSharedAccessPolicyName in class ServiceBusDataSourceProperties
        Parameters:
        sharedAccessPolicyName - the sharedAccessPolicyName value to set.
        Returns:
        the ServiceBusDataSourceProperties object itself.
      • withSharedAccessPolicyKey

        public EventHubDataSourceProperties withSharedAccessPolicyKey​(String sharedAccessPolicyKey)
        Set the sharedAccessPolicyKey property: The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
        Overrides:
        withSharedAccessPolicyKey in class ServiceBusDataSourceProperties
        Parameters:
        sharedAccessPolicyKey - the sharedAccessPolicyKey value to set.
        Returns:
        the ServiceBusDataSourceProperties object itself.