public static final class CallApiGatewayEndpointBaseProps.Builder
extends java.lang.Object
CallApiGatewayEndpointBaseProps
Constructor and Description |
---|
Builder() |
public CallApiGatewayEndpointBaseProps.Builder method(HttpMethod method)
CallApiGatewayEndpointBaseProps.getMethod()
method
- Http method for the API. This parameter is required.this
public CallApiGatewayEndpointBaseProps.Builder apiPath(java.lang.String apiPath)
CallApiGatewayEndpointBaseProps.getApiPath()
apiPath
- Path parameters appended after API endpoint.this
public CallApiGatewayEndpointBaseProps.Builder authType(AuthType authType)
CallApiGatewayEndpointBaseProps.getAuthType()
authType
- Authentication methods.this
public CallApiGatewayEndpointBaseProps.Builder headers(TaskInput headers)
CallApiGatewayEndpointBaseProps.getHeaders()
headers
- HTTP request information that does not relate to contents of the request.this
public CallApiGatewayEndpointBaseProps.Builder queryParameters(TaskInput queryParameters)
CallApiGatewayEndpointBaseProps.getQueryParameters()
queryParameters
- Query strings attatched to end of request.this
public CallApiGatewayEndpointBaseProps.Builder requestBody(TaskInput requestBody)
CallApiGatewayEndpointBaseProps.getRequestBody()
requestBody
- HTTP Request body.this
public CallApiGatewayEndpointBaseProps.Builder comment(java.lang.String comment)
TaskStateBaseProps.getComment()
comment
- An optional description for this state.this
public CallApiGatewayEndpointBaseProps.Builder heartbeat(Duration heartbeat)
TaskStateBaseProps.getHeartbeat()
heartbeat
- Timeout for the heartbeat.this
public CallApiGatewayEndpointBaseProps.Builder inputPath(java.lang.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
public CallApiGatewayEndpointBaseProps.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
public CallApiGatewayEndpointBaseProps.Builder outputPath(java.lang.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
public CallApiGatewayEndpointBaseProps.Builder resultPath(java.lang.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
public CallApiGatewayEndpointBaseProps.Builder resultSelector(java.util.Map<java.lang.String,? extends java.lang.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
public CallApiGatewayEndpointBaseProps.Builder timeout(Duration timeout)
TaskStateBaseProps.getTimeout()
timeout
- Timeout for the state machine.this
public CallApiGatewayEndpointBaseProps build()
CallApiGatewayEndpointBaseProps
java.lang.NullPointerException
- if any required attribute was not provided