@Stability(value=Stable) public static final class CfnApiGatewayManagedOverridesProps.Builder extends Object implements software.amazon.jsii.Builder<CfnApiGatewayManagedOverridesProps>
CfnApiGatewayManagedOverridesProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnApiGatewayManagedOverridesProps.Builder apiId(String apiId)
CfnApiGatewayManagedOverridesProps.getApiId()apiId - The ID of the API for which to override the configuration of API Gateway-managed resources. This parameter is required.this@Stability(value=Stable) public CfnApiGatewayManagedOverridesProps.Builder integration(CfnApiGatewayManagedOverrides.IntegrationOverridesProperty integration)
CfnApiGatewayManagedOverridesProps.getIntegration()integration - Overrides the integration configuration for an API Gateway-managed integration.this@Stability(value=Stable) public CfnApiGatewayManagedOverridesProps.Builder integration(IResolvable integration)
CfnApiGatewayManagedOverridesProps.getIntegration()integration - Overrides the integration configuration for an API Gateway-managed integration.this@Stability(value=Stable) public CfnApiGatewayManagedOverridesProps.Builder route(CfnApiGatewayManagedOverrides.RouteOverridesProperty route)
CfnApiGatewayManagedOverridesProps.getRoute()route - Overrides the route configuration for an API Gateway-managed route.this@Stability(value=Stable) public CfnApiGatewayManagedOverridesProps.Builder route(IResolvable route)
CfnApiGatewayManagedOverridesProps.getRoute()route - Overrides the route configuration for an API Gateway-managed route.this@Stability(value=Stable) public CfnApiGatewayManagedOverridesProps.Builder stage(CfnApiGatewayManagedOverrides.StageOverridesProperty stage)
CfnApiGatewayManagedOverridesProps.getStage()stage - Overrides the stage configuration for an API Gateway-managed stage.this@Stability(value=Stable) public CfnApiGatewayManagedOverridesProps.Builder stage(IResolvable stage)
CfnApiGatewayManagedOverridesProps.getStage()stage - Overrides the stage configuration for an API Gateway-managed stage.this@Stability(value=Stable) public CfnApiGatewayManagedOverridesProps build()
build in interface software.amazon.jsii.Builder<CfnApiGatewayManagedOverridesProps>CfnApiGatewayManagedOverridesPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.