Package com.pulumi.gcp.osconfig.inputs
Class GuestPoliciesRecipeInstallStepFileExecArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.osconfig.inputs.GuestPoliciesRecipeInstallStepFileExecArgs.Builder
-
- Enclosing class:
- GuestPoliciesRecipeInstallStepFileExecArgs
public static final class GuestPoliciesRecipeInstallStepFileExecArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GuestPoliciesRecipeInstallStepFileExecArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GuestPoliciesRecipeInstallStepFileExecArgs defaults)
-
-
Method Detail
-
allowedExitCodes
public GuestPoliciesRecipeInstallStepFileExecArgs.Builder allowedExitCodes(@Nullable com.pulumi.core.Output<java.lang.String> allowedExitCodes)
- Parameters:
allowedExitCodes
- A list of possible return values that the program can return to indicate a success. Defaults to [0].- Returns:
- builder
-
allowedExitCodes
public GuestPoliciesRecipeInstallStepFileExecArgs.Builder allowedExitCodes(java.lang.String allowedExitCodes)
- Parameters:
allowedExitCodes
- A list of possible return values that the program can return to indicate a success. Defaults to [0].- Returns:
- builder
-
args
public GuestPoliciesRecipeInstallStepFileExecArgs.Builder args(@Nullable com.pulumi.core.Output<java.util.List<java.lang.String>> args)
- Parameters:
args
- Arguments to be passed to the provided executable.- Returns:
- builder
-
args
public GuestPoliciesRecipeInstallStepFileExecArgs.Builder args(java.util.List<java.lang.String> args)
- Parameters:
args
- Arguments to be passed to the provided executable.- Returns:
- builder
-
args
public GuestPoliciesRecipeInstallStepFileExecArgs.Builder args(java.lang.String... args)
- Parameters:
args
- Arguments to be passed to the provided executable.- Returns:
- builder
-
artifactId
public GuestPoliciesRecipeInstallStepFileExecArgs.Builder artifactId(@Nullable com.pulumi.core.Output<java.lang.String> artifactId)
- Parameters:
artifactId
- The id of the relevant artifact in the recipe.- Returns:
- builder
-
artifactId
public GuestPoliciesRecipeInstallStepFileExecArgs.Builder artifactId(java.lang.String artifactId)
- Parameters:
artifactId
- The id of the relevant artifact in the recipe.- Returns:
- builder
-
localPath
public GuestPoliciesRecipeInstallStepFileExecArgs.Builder localPath(@Nullable com.pulumi.core.Output<java.lang.String> localPath)
- Parameters:
localPath
- The absolute path of the file on the local filesystem.- Returns:
- builder
-
localPath
public GuestPoliciesRecipeInstallStepFileExecArgs.Builder localPath(java.lang.String localPath)
- Parameters:
localPath
- The absolute path of the file on the local filesystem.- Returns:
- builder
-
build
public GuestPoliciesRecipeInstallStepFileExecArgs build()
-
-