Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.CallApiGatewayHttpApiEndpointProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of CallApiGatewayHttpApiEndpointProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionSets the value ofCallApiGatewayHttpApiEndpointProps.getApiId()
Sets the value ofCallApiGatewayEndpointBaseProps.getApiPath()
Sets the value ofCallApiGatewayHttpApiEndpointProps.getApiStack()
Sets the value ofCallApiGatewayEndpointBaseProps.getAuthType()
CallApiGatewayHttpApiEndpointProps.builder()
Sets the value ofTaskStateBaseProps.getComment()
CallApiGatewayHttpApiEndpointProps.Builder.credentials
(Credentials credentials) Sets the value ofTaskStateBaseProps.getCredentials()
Sets the value ofCallApiGatewayEndpointBaseProps.getHeaders()
Deprecated.use `heartbeatTimeout`CallApiGatewayHttpApiEndpointProps.Builder.heartbeatTimeout
(Timeout heartbeatTimeout) Sets the value ofTaskStateBaseProps.getHeartbeatTimeout()
Sets the value ofTaskStateBaseProps.getInputPath()
CallApiGatewayHttpApiEndpointProps.Builder.integrationPattern
(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseProps.getIntegrationPattern()
CallApiGatewayHttpApiEndpointProps.Builder.method
(HttpMethod method) Sets the value ofCallApiGatewayEndpointBaseProps.getMethod()
CallApiGatewayHttpApiEndpointProps.Builder.outputPath
(String outputPath) Sets the value ofTaskStateBaseProps.getOutputPath()
CallApiGatewayHttpApiEndpointProps.Builder.queryParameters
(TaskInput queryParameters) Sets the value ofCallApiGatewayEndpointBaseProps.getQueryParameters()
CallApiGatewayHttpApiEndpointProps.Builder.requestBody
(TaskInput requestBody) Sets the value ofCallApiGatewayEndpointBaseProps.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 ofCallApiGatewayHttpApiEndpointProps.getStageName()
Sets the value ofTaskStateBaseProps.getStateName()
CallApiGatewayHttpApiEndpointProps.Builder.taskTimeout
(Timeout taskTimeout) Sets the value ofTaskStateBaseProps.getTaskTimeout()
Deprecated.use `taskTimeout`ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCallApiGatewayHttpApiEndpointProps.Builder
.