Interface RedriveExecutionRequest.Builder

    • Method Detail

      • executionArn

        RedriveExecutionRequest.Builder executionArn​(String executionArn)

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

        Parameters:
        executionArn - The Amazon Resource Name (ARN) of the execution to be redriven.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        RedriveExecutionRequest.Builder clientToken​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.