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