Class GetPrivateEndpointConnectionsForEDMResult.Builder
- java.lang.Object
-
- com.pulumi.azurenative.m365securityandcompliance.outputs.GetPrivateEndpointConnectionsForEDMResult.Builder
-
- Enclosing class:
- GetPrivateEndpointConnectionsForEDMResult
public static final class GetPrivateEndpointConnectionsForEDMResult.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetPrivateEndpointConnectionsForEDMResult defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetPrivateEndpointConnectionsForEDMResult
build()
GetPrivateEndpointConnectionsForEDMResult.Builder
id(java.lang.String id)
GetPrivateEndpointConnectionsForEDMResult.Builder
name(java.lang.String name)
GetPrivateEndpointConnectionsForEDMResult.Builder
privateEndpoint(PrivateEndpointResponse privateEndpoint)
GetPrivateEndpointConnectionsForEDMResult.Builder
privateLinkServiceConnectionState(PrivateLinkServiceConnectionStateResponse privateLinkServiceConnectionState)
GetPrivateEndpointConnectionsForEDMResult.Builder
provisioningState(java.lang.String provisioningState)
GetPrivateEndpointConnectionsForEDMResult.Builder
systemData(SystemDataResponse systemData)
GetPrivateEndpointConnectionsForEDMResult.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetPrivateEndpointConnectionsForEDMResult defaults)
-
-
Method Detail
-
id
public GetPrivateEndpointConnectionsForEDMResult.Builder id(java.lang.String id)
-
name
public GetPrivateEndpointConnectionsForEDMResult.Builder name(java.lang.String name)
-
privateEndpoint
public GetPrivateEndpointConnectionsForEDMResult.Builder privateEndpoint(@Nullable PrivateEndpointResponse privateEndpoint)
-
privateLinkServiceConnectionState
public GetPrivateEndpointConnectionsForEDMResult.Builder privateLinkServiceConnectionState(PrivateLinkServiceConnectionStateResponse privateLinkServiceConnectionState)
-
provisioningState
public GetPrivateEndpointConnectionsForEDMResult.Builder provisioningState(java.lang.String provisioningState)
-
systemData
public GetPrivateEndpointConnectionsForEDMResult.Builder systemData(SystemDataResponse systemData)
-
type
public GetPrivateEndpointConnectionsForEDMResult.Builder type(java.lang.String type)
-
build
public GetPrivateEndpointConnectionsForEDMResult build()
-
-