@Generated(value="software.amazon.awssdk:codegen") public final class DeleteStepDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeleteStepDetails.Builder,DeleteStepDetails>
The name of the step, used to identify the delete step.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteStepDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteStepDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the step, used as an identifier.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteStepDetails.Builder> |
serializableBuilderClass() |
String |
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.
|
DeleteStepDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the step, used as an identifier.
public final String 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.
To use the previous file as the input, enter ${previous.file}. In this case, this workflow step uses
the output file from the previous workflow step as input. This is the default value.
To use the originally uploaded file location as input for this step, enter ${original.file}.
To use the previous file as the input, enter ${previous.file}. In this case, this workflow
step uses the output file from the previous workflow step as input. This is the default value.
To use the originally uploaded file location as input for this step, enter ${original.file}.
public DeleteStepDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteStepDetails.Builder,DeleteStepDetails>public static DeleteStepDetails.Builder builder()
public static Class<? extends DeleteStepDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.