@Stability(value=Stable) public static final class CfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApiGatewayManagedOverrides.IntegrationOverridesProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApiGatewayManagedOverrides.IntegrationOverridesProperty |
build()
Builds the configured instance.
|
CfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Builder |
description(String description)
|
CfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Builder |
integrationMethod(String integrationMethod)
|
CfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Builder |
payloadFormatVersion(String payloadFormatVersion)
|
CfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Builder |
timeoutInMillis(Number timeoutInMillis)
|
@Stability(value=Stable) public CfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Builder description(String description)
description - The description of the integration.this@Stability(value=Stable) public CfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Builder integrationMethod(String integrationMethod)
integrationMethod - Specifies the integration's HTTP method type.this@Stability(value=Stable) public CfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Builder payloadFormatVersion(String payloadFormatVersion)
CfnApiGatewayManagedOverrides.IntegrationOverridesProperty.getPayloadFormatVersion()payloadFormatVersion - Specifies the format of the payload sent to an integration.
Required for HTTP APIs. For HTTP APIs, supported values for Lambda proxy integrations are 1.0 and 2.0 . For all other integrations, 1.0 is the only supported value. To learn more, see Working with AWS Lambda proxy integrations for HTTP APIs .this@Stability(value=Stable) public CfnApiGatewayManagedOverrides.IntegrationOverridesProperty.Builder timeoutInMillis(Number timeoutInMillis)
timeoutInMillis - Custom timeout between 50 and 29,000 milliseconds for WebSocket APIs and between 50 and 30,000 milliseconds for HTTP APIs.
The default timeout is 29 seconds for WebSocket APIs and 30 seconds for HTTP APIs.this@Stability(value=Stable) public CfnApiGatewayManagedOverrides.IntegrationOverridesProperty build()
build in interface software.amazon.jsii.Builder<CfnApiGatewayManagedOverrides.IntegrationOverridesProperty>CfnApiGatewayManagedOverrides.IntegrationOverridesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.