Class FailWorkflowExecutionDecisionAttributes
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<FailWorkflowExecutionDecisionAttributes.Builder,- FailWorkflowExecutionDecisionAttributes> 
 Provides the details of the FailWorkflowExecution 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 Stringdetails()Details of the failure.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 Stringreason()A descriptive reason for the failure that may help in diagnostics.static Class<? extends FailWorkflowExecutionDecisionAttributes.Builder> 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.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
reasonA descriptive reason for the failure that may help in diagnostics. - Returns:
- A descriptive reason for the failure that may help in diagnostics.
 
- 
details
- 
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<FailWorkflowExecutionDecisionAttributes.Builder,- FailWorkflowExecutionDecisionAttributes> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClasspublic static Class<? extends FailWorkflowExecutionDecisionAttributes.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.
 
 
-