Class GetIotHubResourceEventHubConsumerGroupArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.devices.inputs.GetIotHubResourceEventHubConsumerGroupArgs.Builder
-
- Enclosing class:
- GetIotHubResourceEventHubConsumerGroupArgs
public static final class GetIotHubResourceEventHubConsumerGroupArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetIotHubResourceEventHubConsumerGroupArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetIotHubResourceEventHubConsumerGroupArgs defaults)
-
-
Method Detail
-
eventHubEndpointName
public GetIotHubResourceEventHubConsumerGroupArgs.Builder eventHubEndpointName(com.pulumi.core.Output<java.lang.String> eventHubEndpointName)
- Parameters:
eventHubEndpointName
- The name of the Event Hub-compatible endpoint in the IoT hub.- Returns:
- builder
-
eventHubEndpointName
public GetIotHubResourceEventHubConsumerGroupArgs.Builder eventHubEndpointName(java.lang.String eventHubEndpointName)
- Parameters:
eventHubEndpointName
- The name of the Event Hub-compatible endpoint in the IoT hub.- Returns:
- builder
-
name
public GetIotHubResourceEventHubConsumerGroupArgs.Builder name(com.pulumi.core.Output<java.lang.String> name)
- Parameters:
name
- The name of the consumer group to retrieve.- Returns:
- builder
-
name
public GetIotHubResourceEventHubConsumerGroupArgs.Builder name(java.lang.String name)
- Parameters:
name
- The name of the consumer group to retrieve.- Returns:
- builder
-
resourceGroupName
public GetIotHubResourceEventHubConsumerGroupArgs.Builder resourceGroupName(com.pulumi.core.Output<java.lang.String> resourceGroupName)
- Parameters:
resourceGroupName
- The name of the resource group that contains the IoT hub.- Returns:
- builder
-
resourceGroupName
public GetIotHubResourceEventHubConsumerGroupArgs.Builder resourceGroupName(java.lang.String resourceGroupName)
- Parameters:
resourceGroupName
- The name of the resource group that contains the IoT hub.- Returns:
- builder
-
resourceName
public GetIotHubResourceEventHubConsumerGroupArgs.Builder resourceName(com.pulumi.core.Output<java.lang.String> resourceName)
- Parameters:
resourceName
- The name of the IoT hub.- Returns:
- builder
-
resourceName
public GetIotHubResourceEventHubConsumerGroupArgs.Builder resourceName(java.lang.String resourceName)
- Parameters:
resourceName
- The name of the IoT hub.- Returns:
- builder
-
build
public GetIotHubResourceEventHubConsumerGroupArgs build()
-
-