Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.CallApiGatewayHttpApiEndpointProps.Builder
-
Uses of CallApiGatewayHttpApiEndpointProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return CallApiGatewayHttpApiEndpointProps.BuilderModifier and TypeMethodDescriptionSets the value ofCallApiGatewayHttpApiEndpointProps.getApiId()Sets the value ofCallApiGatewayEndpointBaseProps.getApiPath()CallApiGatewayHttpApiEndpointProps.Builder.apiStack(software.amazon.awscdk.core.Stack apiStack) Sets the value ofCallApiGatewayHttpApiEndpointProps.getApiStack()Sets the value ofCallApiGatewayEndpointBaseProps.getAuthType()CallApiGatewayHttpApiEndpointProps.builder()Sets the value ofTaskStateBaseProps.getComment()Sets the value ofCallApiGatewayEndpointBaseProps.getHeaders()CallApiGatewayHttpApiEndpointProps.Builder.heartbeat(software.amazon.awscdk.core.Duration heartbeat) 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()CallApiGatewayHttpApiEndpointProps.Builder.timeout(software.amazon.awscdk.core.Duration timeout) Sets the value ofTaskStateBaseProps.getTimeout()Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type CallApiGatewayHttpApiEndpointProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCallApiGatewayHttpApiEndpointProps.Builder.