public class StepFunctionsAction
extends java.lang.Object
implements java.io.Serializable
Starts execution of a Step Functions state machine.
Constructor and Description |
---|
StepFunctionsAction() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getExecutionNamePrefix()
(Optional) A name will be given to the state machine execution consisting
of this prefix followed by a UUID.
|
java.lang.String |
getRoleArn()
The ARN of the role that grants IoT permission to start execution of a
state machine ("Action":"states:StartExecution").
|
java.lang.String |
getStateMachineName()
The name of the Step Functions state machine whose execution will be
started.
|
int |
hashCode() |
void |
setExecutionNamePrefix(java.lang.String executionNamePrefix)
(Optional) A name will be given to the state machine execution consisting
of this prefix followed by a UUID.
|
void |
setRoleArn(java.lang.String roleArn)
The ARN of the role that grants IoT permission to start execution of a
state machine ("Action":"states:StartExecution").
|
void |
setStateMachineName(java.lang.String stateMachineName)
The name of the Step Functions state machine whose execution will be
started.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StepFunctionsAction |
withExecutionNamePrefix(java.lang.String executionNamePrefix)
(Optional) A name will be given to the state machine execution consisting
of this prefix followed by a UUID.
|
StepFunctionsAction |
withRoleArn(java.lang.String roleArn)
The ARN of the role that grants IoT permission to start execution of a
state machine ("Action":"states:StartExecution").
|
StepFunctionsAction |
withStateMachineName(java.lang.String stateMachineName)
The name of the Step Functions state machine whose execution will be
started.
|
public java.lang.String getExecutionNamePrefix()
(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.
(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.
public void setExecutionNamePrefix(java.lang.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.
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.
public StepFunctionsAction withExecutionNamePrefix(java.lang.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 a reference to this object so that method calls can be chained together.
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.
public java.lang.String getStateMachineName()
The name of the Step Functions state machine whose execution will be started.
The name of the Step Functions state machine whose execution will be started.
public void setStateMachineName(java.lang.String stateMachineName)
The name of the Step Functions state machine whose execution will be started.
stateMachineName
- The name of the Step Functions state machine whose execution will be started.
public StepFunctionsAction withStateMachineName(java.lang.String stateMachineName)
The name of the Step Functions state machine whose execution will be started.
Returns a reference to this object so that method calls can be chained together.
stateMachineName
- The name of the Step Functions state machine whose execution will be started.
public java.lang.String getRoleArn()
The ARN of the role that grants IoT permission to start execution of a state machine ("Action":"states:StartExecution").
The ARN of the role that grants IoT permission to start execution of a state machine ("Action":"states:StartExecution").
public void setRoleArn(java.lang.String roleArn)
The ARN of the role that grants IoT permission to start execution of a state machine ("Action":"states:StartExecution").
roleArn
- The ARN of the role that grants IoT permission to start execution of a state machine ("Action":"states:StartExecution").
public StepFunctionsAction withRoleArn(java.lang.String roleArn)
The ARN of the role that grants IoT permission to start execution of a state machine ("Action":"states:StartExecution").
Returns a reference to this object so that method calls can be chained together.
roleArn
- The ARN of the role that grants IoT permission to start execution of a state machine ("Action":"states:StartExecution").
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.