| Modifier and Type | Method and Description |
|---|---|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.apiId(String apiId)
The Id of the API to call.
|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.apiPath(String apiPath)
Path parameters appended after API endpoint.
|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.apiStack(Stack apiStack)
The Stack in which the API is defined.
|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.authType(AuthType authType)
Authentication methods.
|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.comment(String comment)
An optional description for this state.
|
static CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.create(software.constructs.Construct scope,
String id) |
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.headers(TaskInput headers)
HTTP request information that does not relate to contents of the request.
|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.inputPath(String inputPath)
JSONPath expression to select part of the state to be the input to this state.
|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.integrationPattern(IntegrationPattern integrationPattern)
AWS Step Functions integrates with services directly in the Amazon States Language.
|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.method(HttpMethod method)
Http method for the API.
|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.outputPath(String outputPath)
JSONPath expression to select select a portion of the state output to pass to the next state.
|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.queryParameters(TaskInput queryParameters)
Query strings attatched to end of request.
|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.requestBody(TaskInput requestBody)
HTTP Request body.
|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.resultPath(String resultPath)
JSONPath expression to indicate where to inject the state's output.
|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.resultSelector(Map<String,? extends Object> resultSelector)
The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.stageName(String stageName)
Name of the stage where the API is deployed to in API Gateway.
|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
Copyright © 2023. All rights reserved.