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