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()
Sets the value ofCallApiGatewayEndpointBaseProps.getHeaders()
Sets the value ofTaskStateBaseProps.getHeartbeat()
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.getTimeout()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCallApiGatewayHttpApiEndpointProps.Builder
.