@Generated(value="software.amazon.awssdk:codegen") public final class PipeTargetStateMachineParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PipeTargetStateMachineParameters.Builder,PipeTargetStateMachineParameters>
The parameters for using a Step Functions state machine as a target.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PipeTargetStateMachineParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PipeTargetStateMachineParameters.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PipeTargetInvocationType |
invocationType()
Specify whether to wait for the state machine to finish or not.
|
String |
invocationTypeAsString()
Specify whether to wait for the state machine to finish or not.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PipeTargetStateMachineParameters.Builder> |
serializableBuilderClass() |
PipeTargetStateMachineParameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PipeTargetInvocationType invocationType()
Specify whether to wait for the state machine to finish or not.
If the service returns an enum value that is not available in the current SDK version, invocationType
will return PipeTargetInvocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from invocationTypeAsString().
PipeTargetInvocationTypepublic final String invocationTypeAsString()
Specify whether to wait for the state machine to finish or not.
If the service returns an enum value that is not available in the current SDK version, invocationType
will return PipeTargetInvocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from invocationTypeAsString().
PipeTargetInvocationTypepublic PipeTargetStateMachineParameters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PipeTargetStateMachineParameters.Builder,PipeTargetStateMachineParameters>public static PipeTargetStateMachineParameters.Builder builder()
public static Class<? extends PipeTargetStateMachineParameters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.