Class SignalExternalWorkflowExecutionDecisionAttributes
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<SignalExternalWorkflowExecutionDecisionAttributes.Builder,- SignalExternalWorkflowExecutionDecisionAttributes> 
 Provides the details of the SignalExternalWorkflowExecution decision.
 
Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
- 
 Use a Resourceelement with the domain name to limit the action to only specified domains.
- 
 Use an Actionelement to allow or deny permission to call this action.
- 
 You cannot use an IAM policy to constrain this action's parameters. 
 If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the
 specified constraints, the action fails. The associated event attribute's cause parameter is set to
 OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to
 Amazon SWF Workflows in the Amazon SWF Developer Guide.
 
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interface
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()final Stringcontrol()The data attached to the event that can be used by the decider in subsequent decision tasks.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringinput()The input data to be provided with the signal.final StringrunId()TherunIdof the workflow execution to be signaled.static Class<? extends SignalExternalWorkflowExecutionDecisionAttributes.Builder> final StringThe name of the signal.The target workflow execution uses the signal name and input to process the signal.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final StringTheworkflowIdof the workflow execution to be signaled.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
workflowIdThe workflowIdof the workflow execution to be signaled.- Returns:
- The workflowIdof the workflow execution to be signaled.
 
- 
runIdThe runIdof the workflow execution to be signaled.- Returns:
- The runIdof the workflow execution to be signaled.
 
- 
signalNameThe name of the signal.The target workflow execution uses the signal name and input to process the signal. - Returns:
- The name of the signal.The target workflow execution uses the signal name and input to process the signal.
 
- 
inputThe input data to be provided with the signal. The target workflow execution uses the signal name and input data to process the signal. - Returns:
- The input data to be provided with the signal. The target workflow execution uses the signal name and input data to process the signal.
 
- 
controlThe data attached to the event that can be used by the decider in subsequent decision tasks. - Returns:
- The data attached to the event that can be used by the decider in subsequent decision tasks.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<SignalExternalWorkflowExecutionDecisionAttributes.Builder,- SignalExternalWorkflowExecutionDecisionAttributes> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClasspublic static Class<? extends SignalExternalWorkflowExecutionDecisionAttributes.Builder> serializableBuilderClass()
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-