Interface StartExecutionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<StartExecutionResponse.Builder,StartExecutionResponse>, SdkBuilder<StartExecutionResponse.Builder,StartExecutionResponse>, SdkPojo, SdkResponse.Builder, SfnResponse.Builder
Enclosing class:
StartExecutionResponse

public static interface StartExecutionResponse.Builder extends SfnResponse.Builder, SdkPojo, CopyableBuilder<StartExecutionResponse.Builder,StartExecutionResponse>
  • Method Details

    • executionArn

      StartExecutionResponse.Builder executionArn(String executionArn)

      The Amazon Resource Name (ARN) that identifies the execution.

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

      The date the execution is started.

      Parameters:
      startDate - The date the execution is started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.