Package com.pulumi.aws.transfer.inputs
Class WorkflowStepCopyStepDetailsArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.transfer.inputs.WorkflowStepCopyStepDetailsArgs.Builder
-
- Enclosing class:
- WorkflowStepCopyStepDetailsArgs
public static final class WorkflowStepCopyStepDetailsArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WorkflowStepCopyStepDetailsArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WorkflowStepCopyStepDetailsArgs defaults)
-
-
Method Detail
-
destinationFileLocation
public WorkflowStepCopyStepDetailsArgs.Builder destinationFileLocation(@Nullable com.pulumi.core.Output<WorkflowStepCopyStepDetailsDestinationFileLocationArgs> destinationFileLocation)
- Parameters:
destinationFileLocation
- Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.- Returns:
- builder
-
destinationFileLocation
public WorkflowStepCopyStepDetailsArgs.Builder destinationFileLocation(WorkflowStepCopyStepDetailsDestinationFileLocationArgs destinationFileLocation)
- Parameters:
destinationFileLocation
- Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.- Returns:
- builder
-
name
public WorkflowStepCopyStepDetailsArgs.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 WorkflowStepCopyStepDetailsArgs.Builder name(java.lang.String name)
- Parameters:
name
- The name of the step, used as an identifier.- Returns:
- builder
-
overwriteExisting
public WorkflowStepCopyStepDetailsArgs.Builder overwriteExisting(@Nullable com.pulumi.core.Output<java.lang.String> overwriteExisting)
- Parameters:
overwriteExisting
- A flag that indicates whether or not to overwrite an existing file of the same name. The default is `FALSE`. Valid values are `TRUE` and `FALSE`.- Returns:
- builder
-
overwriteExisting
public WorkflowStepCopyStepDetailsArgs.Builder overwriteExisting(java.lang.String overwriteExisting)
- Parameters:
overwriteExisting
- A flag that indicates whether or not to overwrite an existing file of the same name. The default is `FALSE`. Valid values are `TRUE` and `FALSE`.- Returns:
- builder
-
sourceFileLocation
public WorkflowStepCopyStepDetailsArgs.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 WorkflowStepCopyStepDetailsArgs.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 WorkflowStepCopyStepDetailsArgs build()
-
-