@Generated(value="software.amazon.awssdk:codegen") public final class CustomStepDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomStepDetails.Builder,CustomStepDetails>
Each step type has its own StepDetails structure.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomStepDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomStepDetails.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 CustomStepDetails.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.
|
String |
target()
The ARN for the Lambda function that is being called.
|
Integer |
timeoutSeconds()
Timeout, in seconds, for the step.
|
CustomStepDetails.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 target()
The ARN for the Lambda function that is being called.
public final Integer timeoutSeconds()
Timeout, in seconds, for the step.
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 CustomStepDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomStepDetails.Builder,CustomStepDetails>public static CustomStepDetails.Builder builder()
public static Class<? extends CustomStepDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.