@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-07-28T11:53:22.533Z") @Stability(value=Stable) public interface CallApiGatewayEndpointBaseProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
CallApiGatewayEndpointBaseProps.Builder
A builder for
CallApiGatewayEndpointBaseProps |
static class |
CallApiGatewayEndpointBaseProps.Jsii$Proxy
An implementation for
CallApiGatewayEndpointBaseProps |
| Modifier and Type | Method and Description |
|---|---|
static CallApiGatewayEndpointBaseProps.Builder |
builder() |
default String |
getApiPath()
Path parameters appended after API endpoint.
|
default AuthType |
getAuthType()
Authentication methods.
|
default TaskInput |
getHeaders()
HTTP request information that does not relate to contents of the request.
|
HttpMethod |
getMethod()
Http method for the API.
|
default TaskInput |
getQueryParameters()
Query strings attatched to end of request.
|
default TaskInput |
getRequestBody()
HTTP Request body.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Stable) @NotNull HttpMethod getMethod()
@Stability(value=Stable) @Nullable default String getApiPath()
Default: - No path
@Stability(value=Stable) @Nullable default AuthType getAuthType()
Default: AuthType.NO_AUTH
@Stability(value=Stable) @Nullable default TaskInput getHeaders()
Default: - No headers
@Stability(value=Stable) @Nullable default TaskInput getQueryParameters()
Default: - No query parameters
@Stability(value=Stable) @Nullable default TaskInput getRequestBody()
Default: - No request body
@Stability(value=Stable) static CallApiGatewayEndpointBaseProps.Builder builder()
builder in interface TaskStateBasePropsCallApiGatewayEndpointBaseProps.Builder of CallApiGatewayEndpointBasePropsCopyright © 2021. All rights reserved.