@Generated(value="software.amazon.awssdk:codegen") public final class ExecutionStepResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExecutionStepResult.Builder,ExecutionStepResult>
Specifies the following details for the step: error (if any), outputs (if any), and the step type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecutionStepResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionStepResult.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ExecutionError |
error()
Specifies the details for an error, if it occurred during execution of the specified workflow step.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
outputs()
The values for the key/value pair applied as a tag to the file.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecutionStepResult.Builder> |
serializableBuilderClass() |
WorkflowStepType |
stepType()
One of the available step types.
|
String |
stepTypeAsString()
One of the available step types.
|
ExecutionStepResult.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final WorkflowStepType stepType()
One of the available step types.
COPY - Copy the file to another location.
CUSTOM - Perform a custom step with an Lambda function target.
DECRYPT - Decrypt a file that was encrypted before it was uploaded.
DELETE - Delete the file.
TAG - Add a tag to the file.
If the service returns an enum value that is not available in the current SDK version, stepType will
return WorkflowStepType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stepTypeAsString().
COPY - Copy the file to another location.
CUSTOM - Perform a custom step with an Lambda function target.
DECRYPT - Decrypt a file that was encrypted before it was uploaded.
DELETE - Delete the file.
TAG - Add a tag to the file.
WorkflowStepTypepublic final String stepTypeAsString()
One of the available step types.
COPY - Copy the file to another location.
CUSTOM - Perform a custom step with an Lambda function target.
DECRYPT - Decrypt a file that was encrypted before it was uploaded.
DELETE - Delete the file.
TAG - Add a tag to the file.
If the service returns an enum value that is not available in the current SDK version, stepType will
return WorkflowStepType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stepTypeAsString().
COPY - Copy the file to another location.
CUSTOM - Perform a custom step with an Lambda function target.
DECRYPT - Decrypt a file that was encrypted before it was uploaded.
DELETE - Delete the file.
TAG - Add a tag to the file.
WorkflowStepTypepublic final String outputs()
The values for the key/value pair applied as a tag to the file. Only applicable if the step type is
TAG.
TAG.public final ExecutionError error()
Specifies the details for an error, if it occurred during execution of the specified workflow step.
public ExecutionStepResult.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecutionStepResult.Builder,ExecutionStepResult>public static ExecutionStepResult.Builder builder()
public static Class<? extends ExecutionStepResult.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.