Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.CallApiGatewayHttpApiEndpointProps.Builder
Packages that use CallApiGatewayHttpApiEndpointProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of CallApiGatewayHttpApiEndpointProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return CallApiGatewayHttpApiEndpointProps.BuilderModifier and TypeMethodDescriptionSets the value ofCallApiGatewayHttpApiEndpointOptions.getApiId()
Sets the value ofCallApiGatewayEndpointBaseOptions.getApiPath()
Sets the value ofCallApiGatewayHttpApiEndpointOptions.getApiStack()
Sets the value ofAssignableStateOptions.getAssign()
Sets the value ofCallApiGatewayEndpointBaseOptions.getAuthType()
CallApiGatewayHttpApiEndpointProps.builder()
Sets the value ofStateBaseProps.getComment()
CallApiGatewayHttpApiEndpointProps.Builder.credentials
(Credentials credentials) Sets the value ofTaskStateBaseOptions.getCredentials()
Sets the value ofCallApiGatewayEndpointBaseOptions.getHeaders()
Deprecated.use `heartbeatTimeout`CallApiGatewayHttpApiEndpointProps.Builder.heartbeatTimeout
(Timeout heartbeatTimeout) Sets the value ofTaskStateBaseOptions.getHeartbeatTimeout()
Sets the value ofJsonPathCommonOptions.getInputPath()
CallApiGatewayHttpApiEndpointProps.Builder.integrationPattern
(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseOptions.getIntegrationPattern()
CallApiGatewayHttpApiEndpointProps.Builder.method
(HttpMethod method) Sets the value ofCallApiGatewayEndpointBaseOptions.getMethod()
CallApiGatewayHttpApiEndpointProps.Builder.outputPath
(String outputPath) Sets the value ofJsonPathCommonOptions.getOutputPath()
Sets the value ofJsonataCommonOptions.getOutputs()
CallApiGatewayHttpApiEndpointProps.Builder.queryLanguage
(QueryLanguage queryLanguage) Sets the value ofStateBaseProps.getQueryLanguage()
CallApiGatewayHttpApiEndpointProps.Builder.queryParameters
(TaskInput queryParameters) Sets the value ofCallApiGatewayEndpointBaseOptions.getQueryParameters()
CallApiGatewayHttpApiEndpointProps.Builder.requestBody
(TaskInput requestBody) Sets the value ofCallApiGatewayEndpointBaseOptions.getRequestBody()
CallApiGatewayHttpApiEndpointProps.Builder.resultPath
(String resultPath) Sets the value ofTaskStateBaseProps.getResultPath()
CallApiGatewayHttpApiEndpointProps.Builder.resultSelector
(Map<String, ? extends Object> resultSelector) Sets the value ofTaskStateBaseProps.getResultSelector()
Sets the value ofCallApiGatewayHttpApiEndpointOptions.getStageName()
Sets the value ofStateBaseProps.getStateName()
CallApiGatewayHttpApiEndpointProps.Builder.taskTimeout
(Timeout taskTimeout) Sets the value ofTaskStateBaseOptions.getTaskTimeout()
Deprecated.use `taskTimeout`Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type CallApiGatewayHttpApiEndpointProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCallApiGatewayHttpApiEndpointProps.Builder
.