@Stability(value=Experimental) public static final class CallApiGatewayHttpApiEndpointProps.Builder extends Object implements software.amazon.jsii.Builder<CallApiGatewayHttpApiEndpointProps>
CallApiGatewayHttpApiEndpointProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Experimental) public CallApiGatewayHttpApiEndpointProps.Builder apiId(String apiId)
CallApiGatewayHttpApiEndpointProps.getApiId()apiId - The Id of the API to call. This parameter is required.this@Stability(value=Experimental) public CallApiGatewayHttpApiEndpointProps.Builder apiStack(Stack apiStack)
CallApiGatewayHttpApiEndpointProps.getApiStack()apiStack - The Stack in which the API is defined. This parameter is required.this@Stability(value=Experimental) public CallApiGatewayHttpApiEndpointProps.Builder stageName(String stageName)
CallApiGatewayHttpApiEndpointProps.getStageName()stageName - Name of the stage where the API is deployed to in API Gateway.this@Stability(value=Experimental) public CallApiGatewayHttpApiEndpointProps.Builder method(HttpMethod method)
CallApiGatewayEndpointBaseProps.getMethod()method - Http method for the API. This parameter is required.this@Stability(value=Experimental) public CallApiGatewayHttpApiEndpointProps.Builder apiPath(String apiPath)
CallApiGatewayEndpointBaseProps.getApiPath()apiPath - Path parameters appended after API endpoint.this@Stability(value=Experimental) public CallApiGatewayHttpApiEndpointProps.Builder authType(AuthType authType)
CallApiGatewayEndpointBaseProps.getAuthType()authType - Authentication methods.this@Stability(value=Experimental) public CallApiGatewayHttpApiEndpointProps.Builder headers(TaskInput headers)
CallApiGatewayEndpointBaseProps.getHeaders()headers - HTTP request information that does not relate to contents of the request.this@Stability(value=Experimental) public CallApiGatewayHttpApiEndpointProps.Builder queryParameters(TaskInput queryParameters)
CallApiGatewayEndpointBaseProps.getQueryParameters()queryParameters - Query strings attatched to end of request.this@Stability(value=Experimental) public CallApiGatewayHttpApiEndpointProps.Builder requestBody(TaskInput requestBody)
CallApiGatewayEndpointBaseProps.getRequestBody()requestBody - HTTP Request body.this@Stability(value=Experimental) public CallApiGatewayHttpApiEndpointProps.Builder comment(String comment)
TaskStateBaseProps.getComment()comment - An optional description for this state.this@Stability(value=Experimental) public CallApiGatewayHttpApiEndpointProps.Builder heartbeat(Duration heartbeat)
TaskStateBaseProps.getHeartbeat()heartbeat - Timeout for the heartbeat.this@Stability(value=Experimental) public CallApiGatewayHttpApiEndpointProps.Builder inputPath(String inputPath)
TaskStateBaseProps.getInputPath()inputPath - JSONPath expression to select part of the state to be the input to this state.
May also be the special value JsonPath.DISCARD, which will cause the effective
input to be the empty object {}.this@Stability(value=Experimental) public CallApiGatewayHttpApiEndpointProps.Builder integrationPattern(IntegrationPattern integrationPattern)
TaskStateBaseProps.getIntegrationPattern()integrationPattern - AWS Step Functions integrates with services directly in the Amazon States Language.
You can control these AWS services using service integration patternsthis@Stability(value=Experimental) public CallApiGatewayHttpApiEndpointProps.Builder outputPath(String outputPath)
TaskStateBaseProps.getOutputPath()outputPath - JSONPath expression to select select a portion of the state output to pass to the next state.
May also be the special value JsonPath.DISCARD, which will cause the effective
output to be the empty object {}.this@Stability(value=Experimental) public CallApiGatewayHttpApiEndpointProps.Builder resultPath(String resultPath)
TaskStateBaseProps.getResultPath()resultPath - JSONPath expression to indicate where to inject the state's output.
May also be the special value JsonPath.DISCARD, which will cause the state's
input to become its output.this@Stability(value=Experimental) public CallApiGatewayHttpApiEndpointProps.Builder resultSelector(Map<String,? extends Object> resultSelector)
TaskStateBaseProps.getResultSelector()resultSelector - The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
You can use ResultSelector to create a payload with values that are static
or selected from the state's raw result.this@Stability(value=Experimental) public CallApiGatewayHttpApiEndpointProps.Builder timeout(Duration timeout)
TaskStateBaseProps.getTimeout()timeout - Timeout for the state machine.this@Stability(value=Experimental) public CallApiGatewayHttpApiEndpointProps build()
build in interface software.amazon.jsii.Builder<CallApiGatewayHttpApiEndpointProps>CallApiGatewayHttpApiEndpointPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.