Package com.pulumi.aws.transfer.inputs
Class WorkflowOnExceptionStepDeleteStepDetailsArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.transfer.inputs.WorkflowOnExceptionStepDeleteStepDetailsArgs.Builder
-
- Enclosing class:
- WorkflowOnExceptionStepDeleteStepDetailsArgs
public static final class WorkflowOnExceptionStepDeleteStepDetailsArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WorkflowOnExceptionStepDeleteStepDetailsArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowOnExceptionStepDeleteStepDetailsArgs
build()
WorkflowOnExceptionStepDeleteStepDetailsArgs.Builder
name(com.pulumi.core.Output<java.lang.String> name)
WorkflowOnExceptionStepDeleteStepDetailsArgs.Builder
name(java.lang.String name)
WorkflowOnExceptionStepDeleteStepDetailsArgs.Builder
sourceFileLocation(com.pulumi.core.Output<java.lang.String> sourceFileLocation)
WorkflowOnExceptionStepDeleteStepDetailsArgs.Builder
sourceFileLocation(java.lang.String sourceFileLocation)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WorkflowOnExceptionStepDeleteStepDetailsArgs defaults)
-
-
Method Detail
-
name
public WorkflowOnExceptionStepDeleteStepDetailsArgs.Builder name(@Nullable com.pulumi.core.Output<java.lang.String> name)
- Parameters:
name
- The name of the step, used as an identifier.- Returns:
- builder
-
name
public WorkflowOnExceptionStepDeleteStepDetailsArgs.Builder name(java.lang.String name)
- Parameters:
name
- The name of the step, used as an identifier.- Returns:
- builder
-
sourceFileLocation
public WorkflowOnExceptionStepDeleteStepDetailsArgs.Builder sourceFileLocation(@Nullable com.pulumi.core.Output<java.lang.String> sourceFileLocation)
- Parameters:
sourceFileLocation
- Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.- Returns:
- builder
-
sourceFileLocation
public WorkflowOnExceptionStepDeleteStepDetailsArgs.Builder sourceFileLocation(java.lang.String sourceFileLocation)
- Parameters:
sourceFileLocation
- Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.- Returns:
- builder
-
build
public WorkflowOnExceptionStepDeleteStepDetailsArgs build()
-
-