Interface StartSyncExecutionRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<StartSyncExecutionRequest.Builder,StartSyncExecutionRequest>, SdkBuilder<StartSyncExecutionRequest.Builder,StartSyncExecutionRequest>, SdkPojo, SdkRequest.Builder, SfnRequest.Builder
Enclosing class:
StartSyncExecutionRequest

public static interface StartSyncExecutionRequest.Builder extends SfnRequest.Builder, SdkPojo, CopyableBuilder<StartSyncExecutionRequest.Builder,StartSyncExecutionRequest>
  • Method Details

    • stateMachineArn

      StartSyncExecutionRequest.Builder stateMachineArn(String stateMachineArn)

      The Amazon Resource Name (ARN) of the state machine to execute.

      Parameters:
      stateMachineArn - The Amazon Resource Name (ARN) of the state machine to execute.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the execution.

      Parameters:
      name - The name of the execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • input

      The string that contains the JSON input data for the execution, for example:

      "input": "{\"first_name\" : \"test\"}"

      If you don't include any JSON input data, you still must include the two braces, for example: "input": "{}"

      Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

      Parameters:
      input - The string that contains the JSON input data for the execution, for example:

      "input": "{\"first_name\" : \"test\"}"

      If you don't include any JSON input data, you still must include the two braces, for example: "input": "{}"

      Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • traceHeader

      StartSyncExecutionRequest.Builder traceHeader(String traceHeader)

      Passes the X-Ray trace header. The trace header can also be passed in the request payload.

      Parameters:
      traceHeader - Passes the X-Ray trace header. The trace header can also be passed in the request payload.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      StartSyncExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.