Class EventHubResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.digitaltwins.outputs.EventHubResponse.Builder
-
- Enclosing class:
- EventHubResponse
public static final class EventHubResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(EventHubResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventHubResponse.Builder
authenticationType(java.lang.String authenticationType)
EventHubResponse
build()
EventHubResponse.Builder
connectionStringPrimaryKey(java.lang.String connectionStringPrimaryKey)
EventHubResponse.Builder
connectionStringSecondaryKey(java.lang.String connectionStringSecondaryKey)
EventHubResponse.Builder
createdTime(java.lang.String createdTime)
EventHubResponse.Builder
deadLetterSecret(java.lang.String deadLetterSecret)
EventHubResponse.Builder
deadLetterUri(java.lang.String deadLetterUri)
EventHubResponse.Builder
endpointType(java.lang.String endpointType)
EventHubResponse.Builder
endpointUri(java.lang.String endpointUri)
EventHubResponse.Builder
entityPath(java.lang.String entityPath)
EventHubResponse.Builder
identity(ManagedIdentityReferenceResponse identity)
EventHubResponse.Builder
provisioningState(java.lang.String provisioningState)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(EventHubResponse defaults)
-
-
Method Detail
-
authenticationType
public EventHubResponse.Builder authenticationType(@Nullable java.lang.String authenticationType)
-
connectionStringPrimaryKey
public EventHubResponse.Builder connectionStringPrimaryKey(@Nullable java.lang.String connectionStringPrimaryKey)
-
connectionStringSecondaryKey
public EventHubResponse.Builder connectionStringSecondaryKey(@Nullable java.lang.String connectionStringSecondaryKey)
-
createdTime
public EventHubResponse.Builder createdTime(java.lang.String createdTime)
-
deadLetterSecret
public EventHubResponse.Builder deadLetterSecret(@Nullable java.lang.String deadLetterSecret)
-
deadLetterUri
public EventHubResponse.Builder deadLetterUri(@Nullable java.lang.String deadLetterUri)
-
endpointType
public EventHubResponse.Builder endpointType(java.lang.String endpointType)
-
endpointUri
public EventHubResponse.Builder endpointUri(@Nullable java.lang.String endpointUri)
-
entityPath
public EventHubResponse.Builder entityPath(@Nullable java.lang.String entityPath)
-
identity
public EventHubResponse.Builder identity(@Nullable ManagedIdentityReferenceResponse identity)
-
provisioningState
public EventHubResponse.Builder provisioningState(java.lang.String provisioningState)
-
build
public EventHubResponse build()
-
-