Class TelephonyChannelResourceApiConfigurationResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.botservice.outputs.TelephonyChannelResourceApiConfigurationResponse.Builder
-
- Enclosing class:
- TelephonyChannelResourceApiConfigurationResponse
public static final class TelephonyChannelResourceApiConfigurationResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(TelephonyChannelResourceApiConfigurationResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TelephonyChannelResourceApiConfigurationResponse
build()
TelephonyChannelResourceApiConfigurationResponse.Builder
cognitiveServiceRegion(java.lang.String cognitiveServiceRegion)
TelephonyChannelResourceApiConfigurationResponse.Builder
cognitiveServiceResourceId(java.lang.String cognitiveServiceResourceId)
TelephonyChannelResourceApiConfigurationResponse.Builder
cognitiveServiceSubscriptionKey(java.lang.String cognitiveServiceSubscriptionKey)
TelephonyChannelResourceApiConfigurationResponse.Builder
defaultLocale(java.lang.String defaultLocale)
TelephonyChannelResourceApiConfigurationResponse.Builder
id(java.lang.String id)
TelephonyChannelResourceApiConfigurationResponse.Builder
providerName(java.lang.String providerName)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(TelephonyChannelResourceApiConfigurationResponse defaults)
-
-
Method Detail
-
cognitiveServiceRegion
public TelephonyChannelResourceApiConfigurationResponse.Builder cognitiveServiceRegion(@Nullable java.lang.String cognitiveServiceRegion)
-
cognitiveServiceResourceId
public TelephonyChannelResourceApiConfigurationResponse.Builder cognitiveServiceResourceId(@Nullable java.lang.String cognitiveServiceResourceId)
-
cognitiveServiceSubscriptionKey
public TelephonyChannelResourceApiConfigurationResponse.Builder cognitiveServiceSubscriptionKey(@Nullable java.lang.String cognitiveServiceSubscriptionKey)
-
defaultLocale
public TelephonyChannelResourceApiConfigurationResponse.Builder defaultLocale(@Nullable java.lang.String defaultLocale)
-
id
public TelephonyChannelResourceApiConfigurationResponse.Builder id(@Nullable java.lang.String id)
-
providerName
public TelephonyChannelResourceApiConfigurationResponse.Builder providerName(@Nullable java.lang.String providerName)
-
build
public TelephonyChannelResourceApiConfigurationResponse build()
-
-