Class AwsStepFunctionStateMachineDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsStepFunctionStateMachineDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsStepFunctionStateMachineDetails.Builder,AwsStepFunctionStateMachineDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsStepFunctionStateMachineDetails extends Object implements SdkPojo, Serializable, 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsStepFunctionStateMachineDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsStepFunctionStateMachineDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringlabel()A user-defined or an auto-generated string that identifies aMapstate.AwsStepFunctionStateMachineLoggingConfigurationDetailsloggingConfiguration()Used to set CloudWatch Logs options.Stringname()The name of the state machine.StringroleArn()The Amazon Resource Name (ARN) of the IAM role used when creating this state machine.List<SdkField<?>>sdkFields()static Class<? extends AwsStepFunctionStateMachineDetails.Builder>serializableBuilderClass()StringstateMachineArn()The ARN that identifies the state machine.Stringstatus()The current status of the state machine.AwsStepFunctionStateMachineDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.AwsStepFunctionStateMachineTracingConfigurationDetailstracingConfiguration()Specifies whether X-Ray tracing is enabled.Stringtype()The type of the state machine (STANDARD or EXPRESS).-
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
-
label
public final String label()
A user-defined or an auto-generated string that identifies a
Mapstate. This parameter is present only if thestateMachineArnspecified in input is a qualified state machine ARN.- Returns:
- A user-defined or an auto-generated string that identifies a
Mapstate. This parameter is present only if thestateMachineArnspecified in input is a qualified state machine ARN.
-
loggingConfiguration
public final AwsStepFunctionStateMachineLoggingConfigurationDetails loggingConfiguration()
Used to set CloudWatch Logs options.
- Returns:
- Used to set CloudWatch Logs options.
-
name
public final String name()
The name of the state machine.
- Returns:
- The name of the state machine.
-
roleArn
public final String 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
public final String stateMachineArn()
The ARN that identifies the state machine.
- Returns:
- The ARN that identifies the state machine.
-
status
public final String status()
The current status of the state machine.
- Returns:
- The current status of the state machine.
-
tracingConfiguration
public final AwsStepFunctionStateMachineTracingConfigurationDetails tracingConfiguration()
Specifies whether X-Ray tracing is enabled.
- Returns:
- Specifies whether X-Ray tracing is enabled.
-
type
public final String type()
The type of the state machine (STANDARD or EXPRESS).
- Returns:
- The type of the state machine (STANDARD or EXPRESS).
-
toBuilder
public AwsStepFunctionStateMachineDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsStepFunctionStateMachineDetails.Builder,AwsStepFunctionStateMachineDetails>
-
builder
public static AwsStepFunctionStateMachineDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsStepFunctionStateMachineDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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.
-
-