Class StepFunctionsAction
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.StepFunctionsAction
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<StepFunctionsAction.Builder,StepFunctionsAction>
@Generated("software.amazon.awssdk:codegen") public final class StepFunctionsAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StepFunctionsAction.Builder,StepFunctionsAction>
Starts execution of a Step Functions state machine.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
StepFunctionsAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StepFunctionsAction.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
String
executionNamePrefix()
(Optional) A name will be given to the state machine execution consisting of this prefix followed by a UUID.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
roleArn()
The ARN of the role that grants IoT permission to start execution of a state machine ("Action":"states:StartExecution").List<SdkField<?>>
sdkFields()
static Class<? extends StepFunctionsAction.Builder>
serializableBuilderClass()
String
stateMachineName()
The name of the Step Functions state machine whose execution will be started.StepFunctionsAction.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
executionNamePrefix
public final String executionNamePrefix()
(Optional) A name will be given to the state machine execution consisting of this prefix followed by a UUID. Step Functions automatically creates a unique name for each state machine execution if one is not provided.
- Returns:
- (Optional) A name will be given to the state machine execution consisting of this prefix followed by a UUID. Step Functions automatically creates a unique name for each state machine execution if one is not provided.
-
stateMachineName
public final String stateMachineName()
The name of the Step Functions state machine whose execution will be started.
- Returns:
- The name of the Step Functions state machine whose execution will be started.
-
roleArn
public final String roleArn()
The ARN of the role that grants IoT permission to start execution of a state machine ("Action":"states:StartExecution").
- Returns:
- The ARN of the role that grants IoT permission to start execution of a state machine ("Action":"states:StartExecution").
-
toBuilder
public StepFunctionsAction.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<StepFunctionsAction.Builder,StepFunctionsAction>
-
builder
public static StepFunctionsAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends StepFunctionsAction.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-