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