Class AssetEndpointProfilePropertiesResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.deviceregistry.outputs.AssetEndpointProfilePropertiesResponse.Builder
-
- Enclosing class:
- AssetEndpointProfilePropertiesResponse
public static final class AssetEndpointProfilePropertiesResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(AssetEndpointProfilePropertiesResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssetEndpointProfilePropertiesResponse.Builder
additionalConfiguration(java.lang.String additionalConfiguration)
AssetEndpointProfilePropertiesResponse
build()
AssetEndpointProfilePropertiesResponse.Builder
provisioningState(java.lang.String provisioningState)
AssetEndpointProfilePropertiesResponse.Builder
targetAddress(java.lang.String targetAddress)
AssetEndpointProfilePropertiesResponse.Builder
transportAuthentication(AssetEndpointProfilePropertiesResponseTransportAuthentication transportAuthentication)
AssetEndpointProfilePropertiesResponse.Builder
userAuthentication(AssetEndpointProfilePropertiesResponseUserAuthentication userAuthentication)
AssetEndpointProfilePropertiesResponse.Builder
uuid(java.lang.String uuid)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(AssetEndpointProfilePropertiesResponse defaults)
-
-
Method Detail
-
additionalConfiguration
public AssetEndpointProfilePropertiesResponse.Builder additionalConfiguration(@Nullable java.lang.String additionalConfiguration)
-
provisioningState
public AssetEndpointProfilePropertiesResponse.Builder provisioningState(java.lang.String provisioningState)
-
targetAddress
public AssetEndpointProfilePropertiesResponse.Builder targetAddress(java.lang.String targetAddress)
-
transportAuthentication
public AssetEndpointProfilePropertiesResponse.Builder transportAuthentication(@Nullable AssetEndpointProfilePropertiesResponseTransportAuthentication transportAuthentication)
-
userAuthentication
public AssetEndpointProfilePropertiesResponse.Builder userAuthentication(@Nullable AssetEndpointProfilePropertiesResponseUserAuthentication userAuthentication)
-
uuid
public AssetEndpointProfilePropertiesResponse.Builder uuid(java.lang.String uuid)
-
build
public AssetEndpointProfilePropertiesResponse build()
-
-