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.tasksMethods 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()Sets the value ofCallApiGatewayEndpointBaseProps.getHeaders()Sets the value ofTaskStateBaseProps.getHeartbeat()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.getTimeout()Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type CallApiGatewayRestApiEndpointProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCallApiGatewayRestApiEndpointProps.Builder.