Class GetNetworkServiceDesignGroupResult.Builder
- java.lang.Object
-
- com.pulumi.azurenative.hybridnetwork.outputs.GetNetworkServiceDesignGroupResult.Builder
-
- Enclosing class:
- GetNetworkServiceDesignGroupResult
public static final class GetNetworkServiceDesignGroupResult.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetNetworkServiceDesignGroupResult defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetNetworkServiceDesignGroupResult
build()
GetNetworkServiceDesignGroupResult.Builder
id(java.lang.String id)
GetNetworkServiceDesignGroupResult.Builder
location(java.lang.String location)
GetNetworkServiceDesignGroupResult.Builder
name(java.lang.String name)
GetNetworkServiceDesignGroupResult.Builder
properties(NetworkServiceDesignGroupPropertiesFormatResponse properties)
GetNetworkServiceDesignGroupResult.Builder
systemData(SystemDataResponse systemData)
GetNetworkServiceDesignGroupResult.Builder
tags(java.util.Map<java.lang.String,java.lang.String> tags)
GetNetworkServiceDesignGroupResult.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetNetworkServiceDesignGroupResult defaults)
-
-
Method Detail
-
id
public GetNetworkServiceDesignGroupResult.Builder id(java.lang.String id)
-
location
public GetNetworkServiceDesignGroupResult.Builder location(java.lang.String location)
-
name
public GetNetworkServiceDesignGroupResult.Builder name(java.lang.String name)
-
properties
public GetNetworkServiceDesignGroupResult.Builder properties(NetworkServiceDesignGroupPropertiesFormatResponse properties)
-
systemData
public GetNetworkServiceDesignGroupResult.Builder systemData(SystemDataResponse systemData)
-
tags
public GetNetworkServiceDesignGroupResult.Builder tags(@Nullable java.util.Map<java.lang.String,java.lang.String> tags)
-
type
public GetNetworkServiceDesignGroupResult.Builder type(java.lang.String type)
-
build
public GetNetworkServiceDesignGroupResult build()
-
-