Class RedriveExecutionRequest

All Implemented Interfaces:
SdkPojo, ToCopyableBuilder<RedriveExecutionRequest.Builder,RedriveExecutionRequest>

@Generated("software.amazon.awssdk:codegen") public final class RedriveExecutionRequest extends SfnRequest implements ToCopyableBuilder<RedriveExecutionRequest.Builder,RedriveExecutionRequest>
  • Method Details

    • executionArn

      public final String executionArn()

      The Amazon Resource Name (ARN) of the execution to be redriven.

      Returns:
      The Amazon Resource Name (ARN) of the execution to be redriven.
    • clientToken

      public final String clientToken()

      A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency. The API will return idempotent responses for the last 10 client tokens used to successfully redrive the execution. These client tokens are valid for up to 15 minutes after they are first used.

      Returns:
      A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency. The API will return idempotent responses for the last 10 client tokens used to successfully redrive the execution. These client tokens are valid for up to 15 minutes after they are first used.
    • toBuilder

      public RedriveExecutionRequest.Builder toBuilder()
      Specified by:
      toBuilder in interface ToCopyableBuilder<RedriveExecutionRequest.Builder,RedriveExecutionRequest>
      Specified by:
      toBuilder in class SfnRequest
    • builder

      public static RedriveExecutionRequest.Builder builder()
    • serializableBuilderClass

      public static Class<? extends RedriveExecutionRequest.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class AwsRequest
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class AwsRequest
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
      Overrides:
      getValueForField in class SdkRequest
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo