Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.CallApiGatewayEndpointBaseProps.Builder
Packages that use CallApiGatewayEndpointBaseProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of CallApiGatewayEndpointBaseProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return CallApiGatewayEndpointBaseProps.BuilderModifier and TypeMethodDescriptionSets the value ofCallApiGatewayEndpointBaseProps.getApiPath()Sets the value ofCallApiGatewayEndpointBaseProps.getAuthType()CallApiGatewayEndpointBaseProps.builder()Sets the value ofTaskStateBaseProps.getComment()Sets the value ofCallApiGatewayEndpointBaseProps.getHeaders()Sets the value ofTaskStateBaseProps.getHeartbeat()Sets the value ofTaskStateBaseProps.getInputPath()CallApiGatewayEndpointBaseProps.Builder.integrationPattern(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseProps.getIntegrationPattern()CallApiGatewayEndpointBaseProps.Builder.method(HttpMethod method) Sets the value ofCallApiGatewayEndpointBaseProps.getMethod()CallApiGatewayEndpointBaseProps.Builder.outputPath(String outputPath) Sets the value ofTaskStateBaseProps.getOutputPath()CallApiGatewayEndpointBaseProps.Builder.queryParameters(TaskInput queryParameters) Sets the value ofCallApiGatewayEndpointBaseProps.getQueryParameters()CallApiGatewayEndpointBaseProps.Builder.requestBody(TaskInput requestBody) Sets the value ofCallApiGatewayEndpointBaseProps.getRequestBody()CallApiGatewayEndpointBaseProps.Builder.resultPath(String resultPath) Sets the value ofTaskStateBaseProps.getResultPath()CallApiGatewayEndpointBaseProps.Builder.resultSelector(Map<String, ? extends Object> resultSelector) Sets the value ofTaskStateBaseProps.getResultSelector()Sets the value ofTaskStateBaseProps.getTimeout()Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type CallApiGatewayEndpointBaseProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCallApiGatewayEndpointBaseProps.Builder.