Class AwsStepFunctionStateMachineDetails
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<AwsStepFunctionStateMachineDetails.Builder,
AwsStepFunctionStateMachineDetails>
Provides details about an Step Functions state machine, which is a workflow consisting of a series of event- driven steps.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
final boolean
final boolean
equalsBySdkFields
(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 int
hashCode()
final String
label()
A user-defined or an auto-generated string that identifies aMap
state.Used to set CloudWatch Logs options.final String
name()
The name of the state machine.final String
roleArn()
The Amazon Resource Name (ARN) of the IAM role used when creating this state machine.static Class
<? extends AwsStepFunctionStateMachineDetails.Builder> final String
The ARN that identifies the state machine.final String
status()
The current status of the state machine.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Specifies whether X-Ray tracing is enabled.final String
type()
The type of the state machine (STANDARD or EXPRESS).Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
label
A user-defined or an auto-generated string that identifies a
Map
state. This parameter is present only if thestateMachineArn
specified in input is a qualified state machine ARN.- Returns:
- A user-defined or an auto-generated string that identifies a
Map
state. This parameter is present only if thestateMachineArn
specified in input is a qualified state machine ARN.
-
loggingConfiguration
Used to set CloudWatch Logs options.
- Returns:
- Used to set CloudWatch Logs options.
-
name
The name of the state machine.
- Returns:
- The name of the state machine.
-
roleArn
The Amazon Resource Name (ARN) of the IAM role used when creating this state machine.
- Returns:
- The Amazon Resource Name (ARN) of the IAM role used when creating this state machine.
-
stateMachineArn
The ARN that identifies the state machine.
- Returns:
- The ARN that identifies the state machine.
-
status
The current status of the state machine.
- Returns:
- The current status of the state machine.
-
tracingConfiguration
Specifies whether X-Ray tracing is enabled.
- Returns:
- Specifies whether X-Ray tracing is enabled.
-
type
The type of the state machine (STANDARD or EXPRESS).
- Returns:
- The type of the state machine (STANDARD or EXPRESS).
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<AwsStepFunctionStateMachineDetails.Builder,
AwsStepFunctionStateMachineDetails> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
public static Class<? extends AwsStepFunctionStateMachineDetails.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
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. -
getValueForField
-
sdkFields
-