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