Class ApiPropertiesResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.cognitiveservices.outputs.ApiPropertiesResponse.Builder
-
- Enclosing class:
- ApiPropertiesResponse
public static final class ApiPropertiesResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ApiPropertiesResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiPropertiesResponse.Builder
aadClientId(java.lang.String aadClientId)
ApiPropertiesResponse.Builder
aadTenantId(java.lang.String aadTenantId)
ApiPropertiesResponse
build()
ApiPropertiesResponse.Builder
eventHubConnectionString(java.lang.String eventHubConnectionString)
ApiPropertiesResponse.Builder
qnaAzureSearchEndpointId(java.lang.String qnaAzureSearchEndpointId)
ApiPropertiesResponse.Builder
qnaAzureSearchEndpointKey(java.lang.String qnaAzureSearchEndpointKey)
ApiPropertiesResponse.Builder
qnaRuntimeEndpoint(java.lang.String qnaRuntimeEndpoint)
ApiPropertiesResponse.Builder
statisticsEnabled(java.lang.Boolean statisticsEnabled)
ApiPropertiesResponse.Builder
storageAccountConnectionString(java.lang.String storageAccountConnectionString)
ApiPropertiesResponse.Builder
superUser(java.lang.String superUser)
ApiPropertiesResponse.Builder
websiteName(java.lang.String websiteName)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ApiPropertiesResponse defaults)
-
-
Method Detail
-
aadClientId
public ApiPropertiesResponse.Builder aadClientId(@Nullable java.lang.String aadClientId)
-
aadTenantId
public ApiPropertiesResponse.Builder aadTenantId(@Nullable java.lang.String aadTenantId)
-
eventHubConnectionString
public ApiPropertiesResponse.Builder eventHubConnectionString(@Nullable java.lang.String eventHubConnectionString)
-
qnaAzureSearchEndpointId
public ApiPropertiesResponse.Builder qnaAzureSearchEndpointId(@Nullable java.lang.String qnaAzureSearchEndpointId)
-
qnaAzureSearchEndpointKey
public ApiPropertiesResponse.Builder qnaAzureSearchEndpointKey(@Nullable java.lang.String qnaAzureSearchEndpointKey)
-
qnaRuntimeEndpoint
public ApiPropertiesResponse.Builder qnaRuntimeEndpoint(@Nullable java.lang.String qnaRuntimeEndpoint)
-
statisticsEnabled
public ApiPropertiesResponse.Builder statisticsEnabled(@Nullable java.lang.Boolean statisticsEnabled)
-
storageAccountConnectionString
public ApiPropertiesResponse.Builder storageAccountConnectionString(@Nullable java.lang.String storageAccountConnectionString)
-
superUser
public ApiPropertiesResponse.Builder superUser(@Nullable java.lang.String superUser)
-
websiteName
public ApiPropertiesResponse.Builder websiteName(@Nullable java.lang.String websiteName)
-
build
public ApiPropertiesResponse build()
-
-