Class StepFunctions2EndpointBuilderFactory.StepFunctions2HeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.StepFunctions2EndpointBuilderFactory.StepFunctions2HeaderNameBuilder
- Enclosing interface:
StepFunctions2EndpointBuilderFactory
public static class StepFunctions2EndpointBuilderFactory.StepFunctions2HeaderNameBuilder
extends Object
The builder of headers' name for the AWS StepFunctions component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe limit number of results while listing state machines.The ARN of the state machine activity.The name of the state machine activity.The Amazon Resource Name (ARN) of the execution.You can select whether execution data (input or output of a history event) is returned.The limit number of results while listing execution history.Lists events in descending order of their timeStamp.The string that contains the JSON input data for the execution.The limit number of results while listing executions.Optional name of the execution.Passes the X-Ray trace header.The operation we want to perform.The Amazon Resource Name (ARN) of state machine.The Amazon States Language definition of the state machine.The name of the state machine.The Amazon Resource Name (ARN) of the IAM role to use for this state machine.The limit number of results while listing state machines.Determines whether a Standard or Express state machine is created.
-
Constructor Details
-
StepFunctions2HeaderNameBuilder
public StepFunctions2HeaderNameBuilder()
-
-
Method Details
-
awsStepFunctionsOperation
The operation we want to perform. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsStepFunctionsOperation
.
-
awsStepFunctionsStateMachineName
The name of the state machine. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsStepFunctionsStateMachineName
.
-
awsStepFunctionsStateMachineDefinition
The Amazon States Language definition of the state machine. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsStepFunctionsStateMachineDefinition
.
-
awsStepFunctionsStateMachineType
Determines whether a Standard or Express state machine is created. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsStepFunctionsStateMachineType
.
-
awsStepFunctionsStateMachineRoleArn
The Amazon Resource Name (ARN) of the IAM role to use for this state machine. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsStepFunctionsStateMachineRoleArn
.
-
awsStepFunctionsStateMachineArn
The Amazon Resource Name (ARN) of state machine. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsStepFunctionsStateMachineArn
.
-
awsStepFunctionsStateMachinesMaxResults
The limit number of results while listing state machines. The option is a:Integer
type. Group: producer- Returns:
- the name of the header
AwsStepFunctionsStateMachinesMaxResults
.
-
awsStepFunctionsActivityName
The name of the state machine activity. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsStepFunctionsActivityName
.
-
awsStepFunctionsActivityArn
The ARN of the state machine activity. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsStepFunctionsActivityArn
.
-
awsStepFunctionsActivitiesMaxResults
The limit number of results while listing state machines. The option is a:Integer
type. Group: producer- Returns:
- the name of the header
AwsStepFunctionsActivitiesMaxResults
.
-
awsStepFunctionsExecutionArn
The Amazon Resource Name (ARN) of the execution. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsStepFunctionsExecutionArn
.
-
awsStepFunctionsExecutionName
Optional name of the execution. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsStepFunctionsExecutionName
.
-
awsStepFunctionsExecutionInput
The string that contains the JSON input data for the execution. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsStepFunctionsExecutionInput
.
-
awsStepFunctionsExecutionTraceHeader
Passes the X-Ray trace header. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsStepFunctionsExecutionTraceHeader
.
-
awsStepFunctionsExecutionHistoryMaxResults
The limit number of results while listing execution history. The option is a:Integer
type. Group: producer- Returns:
- the name of the header
AwsStepFunctionsExecutionHistoryMaxResults
.
-
awsStepFunctionsExecutionHistoryIncludeExecutionData
You can select whether execution data (input or output of a history event) is returned. The option is a:Boolean
type. Group: producer- Returns:
- the name of the header
AwsStepFunctionsExecutionHistoryIncludeExecutionData
.
-
awsStepFunctionsExecutionHistoryReverseOrder
Lists events in descending order of their timeStamp. The option is a:Boolean
type. Group: producer- Returns:
- the name of the header
AwsStepFunctionsExecutionHistoryReverseOrder
.
-
awsStepFunctionsExecutionMaxResults
The limit number of results while listing executions. The option is a:Integer
type. Group: producer- Returns:
- the name of the header
AwsStepFunctionsExecutionMaxResults
.
-