Class GetHyperVCollectorPlainArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.migrate.inputs.GetHyperVCollectorPlainArgs.Builder
-
- Enclosing class:
- GetHyperVCollectorPlainArgs
public static final class GetHyperVCollectorPlainArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetHyperVCollectorPlainArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetHyperVCollectorPlainArgs
build()
GetHyperVCollectorPlainArgs.Builder
hyperVCollectorName(java.lang.String hyperVCollectorName)
GetHyperVCollectorPlainArgs.Builder
projectName(java.lang.String projectName)
GetHyperVCollectorPlainArgs.Builder
resourceGroupName(java.lang.String resourceGroupName)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetHyperVCollectorPlainArgs defaults)
-
-
Method Detail
-
hyperVCollectorName
public GetHyperVCollectorPlainArgs.Builder hyperVCollectorName(java.lang.String hyperVCollectorName)
- Parameters:
hyperVCollectorName
- Unique name of a Hyper-V collector within a project.- Returns:
- builder
-
projectName
public GetHyperVCollectorPlainArgs.Builder projectName(java.lang.String projectName)
- Parameters:
projectName
- Name of the Azure Migrate project.- Returns:
- builder
-
resourceGroupName
public GetHyperVCollectorPlainArgs.Builder resourceGroupName(java.lang.String resourceGroupName)
- Parameters:
resourceGroupName
- Name of the Azure Resource Group that project is part of.- Returns:
- builder
-
build
public GetHyperVCollectorPlainArgs build()
-
-