Class CustomImagePropertiesCustomArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.devtestlab.inputs.CustomImagePropertiesCustomArgs.Builder
-
- Enclosing class:
- CustomImagePropertiesCustomArgs
public static final class CustomImagePropertiesCustomArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(CustomImagePropertiesCustomArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomImagePropertiesCustomArgs
build()
CustomImagePropertiesCustomArgs.Builder
imageName(com.pulumi.core.Output<java.lang.String> imageName)
CustomImagePropertiesCustomArgs.Builder
imageName(java.lang.String imageName)
CustomImagePropertiesCustomArgs.Builder
osType(CustomImageOsType osType)
CustomImagePropertiesCustomArgs.Builder
osType(com.pulumi.core.Either<java.lang.String,CustomImageOsType> osType)
CustomImagePropertiesCustomArgs.Builder
osType(com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,CustomImageOsType>> osType)
CustomImagePropertiesCustomArgs.Builder
osType(java.lang.String osType)
CustomImagePropertiesCustomArgs.Builder
sysPrep(com.pulumi.core.Output<java.lang.Boolean> sysPrep)
CustomImagePropertiesCustomArgs.Builder
sysPrep(java.lang.Boolean sysPrep)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(CustomImagePropertiesCustomArgs defaults)
-
-
Method Detail
-
imageName
public CustomImagePropertiesCustomArgs.Builder imageName(@Nullable com.pulumi.core.Output<java.lang.String> imageName)
- Parameters:
imageName
- The image name.- Returns:
- builder
-
imageName
public CustomImagePropertiesCustomArgs.Builder imageName(java.lang.String imageName)
- Parameters:
imageName
- The image name.- Returns:
- builder
-
osType
public CustomImagePropertiesCustomArgs.Builder osType(com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,CustomImageOsType>> osType)
- Parameters:
osType
- The OS type of the custom image (i.e. Windows, Linux)- Returns:
- builder
-
osType
public CustomImagePropertiesCustomArgs.Builder osType(com.pulumi.core.Either<java.lang.String,CustomImageOsType> osType)
- Parameters:
osType
- The OS type of the custom image (i.e. Windows, Linux)- Returns:
- builder
-
osType
public CustomImagePropertiesCustomArgs.Builder osType(java.lang.String osType)
- Parameters:
osType
- The OS type of the custom image (i.e. Windows, Linux)- Returns:
- builder
-
osType
public CustomImagePropertiesCustomArgs.Builder osType(CustomImageOsType osType)
- Parameters:
osType
- The OS type of the custom image (i.e. Windows, Linux)- Returns:
- builder
-
sysPrep
public CustomImagePropertiesCustomArgs.Builder sysPrep(@Nullable com.pulumi.core.Output<java.lang.Boolean> sysPrep)
- Parameters:
sysPrep
- Indicates whether sysprep has been run on the VHD.- Returns:
- builder
-
sysPrep
public CustomImagePropertiesCustomArgs.Builder sysPrep(java.lang.Boolean sysPrep)
- Parameters:
sysPrep
- Indicates whether sysprep has been run on the VHD.- Returns:
- builder
-
build
public CustomImagePropertiesCustomArgs build()
-
-