EventHubStreamInputDataSource Class
- java.
lang. Object - StreamInputDataSource
- com.
microsoft. azure. management. streamanalytics. EventHubStreamInputDataSource
- com.
public class EventHubStreamInputDataSource extends StreamInputDataSource
Describes an Event Hub input data source that contains stream data.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
consumerGroupName()
Get the consumerGroupName value. |
String |
eventHubName()
Get the eventHubName value. |
String |
serviceBusNamespace()
Get the serviceBusNamespace value. |
String |
sharedAccessPolicyKey()
Get the sharedAccessPolicyKey value. |
String |
sharedAccessPolicyName()
Get the sharedAccessPolicyName value. |
Event |
withConsumerGroupName(String consumerGroupName)
Set the consumerGroupName value. |
Event |
withEventHubName(String eventHubName)
Set the eventHubName value. |
Event |
withServiceBusNamespace(String serviceBusNamespace)
Set the serviceBusNamespace value. |
Event |
withSharedAccessPolicyKey(String sharedAccessPolicyKey)
Set the sharedAccessPolicyKey value. |
Event |
withSharedAccessPolicyName(String sharedAccessPolicyName)
Set the sharedAccessPolicyName value. |
Method Details
consumerGroupName
public String consumerGroupName()
Get the consumerGroupName value.
Returns:
eventHubName
public String eventHubName()
Get the eventHubName value.
Returns:
serviceBusNamespace
public String serviceBusNamespace()
Get the serviceBusNamespace value.
Returns:
sharedAccessPolicyKey
public String sharedAccessPolicyKey()
Get the sharedAccessPolicyKey value.
Returns:
sharedAccessPolicyName
public String sharedAccessPolicyName()
Get the sharedAccessPolicyName value.
Returns:
withConsumerGroupName
public EventHubStreamInputDataSource withConsumerGroupName(String consumerGroupName)
Set the consumerGroupName value.
Parameters:
Returns:
withEventHubName
public EventHubStreamInputDataSource withEventHubName(String eventHubName)
Set the eventHubName value.
Parameters:
Returns:
withServiceBusNamespace
public EventHubStreamInputDataSource withServiceBusNamespace(String serviceBusNamespace)
Set the serviceBusNamespace value.
Parameters:
Returns:
withSharedAccessPolicyKey
public EventHubStreamInputDataSource withSharedAccessPolicyKey(String sharedAccessPolicyKey)
Set the sharedAccessPolicyKey value.
Parameters:
Returns:
withSharedAccessPolicyName
public EventHubStreamInputDataSource withSharedAccessPolicyName(String sharedAccessPolicyName)
Set the sharedAccessPolicyName value.
Parameters:
Returns:
Applies to
Azure SDK for Java