Class GetPrivateLinkServicesForM365ComplianceCenterResult.Builder
- java.lang.Object
-
- com.pulumi.azurenative.m365securityandcompliance.outputs.GetPrivateLinkServicesForM365ComplianceCenterResult.Builder
-
- Enclosing class:
- GetPrivateLinkServicesForM365ComplianceCenterResult
public static final class GetPrivateLinkServicesForM365ComplianceCenterResult.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetPrivateLinkServicesForM365ComplianceCenterResult defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetPrivateLinkServicesForM365ComplianceCenterResult defaults)
-
-
Method Detail
-
etag
public GetPrivateLinkServicesForM365ComplianceCenterResult.Builder etag(@Nullable java.lang.String etag)
-
id
public GetPrivateLinkServicesForM365ComplianceCenterResult.Builder id(java.lang.String id)
-
identity
public GetPrivateLinkServicesForM365ComplianceCenterResult.Builder identity(@Nullable ServicesResourceResponseIdentity identity)
-
kind
public GetPrivateLinkServicesForM365ComplianceCenterResult.Builder kind(java.lang.String kind)
-
location
public GetPrivateLinkServicesForM365ComplianceCenterResult.Builder location(java.lang.String location)
-
name
public GetPrivateLinkServicesForM365ComplianceCenterResult.Builder name(java.lang.String name)
-
properties
public GetPrivateLinkServicesForM365ComplianceCenterResult.Builder properties(ServicesPropertiesResponse properties)
-
systemData
public GetPrivateLinkServicesForM365ComplianceCenterResult.Builder systemData(SystemDataResponse systemData)
-
tags
public GetPrivateLinkServicesForM365ComplianceCenterResult.Builder tags(@Nullable java.util.Map<java.lang.String,java.lang.String> tags)
-
type
public GetPrivateLinkServicesForM365ComplianceCenterResult.Builder type(java.lang.String type)
-
build
public GetPrivateLinkServicesForM365ComplianceCenterResult build()
-
-