@Stability(value=Stable) public static final class CfnApiGatewayManagedOverrides.StageOverridesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApiGatewayManagedOverrides.StageOverridesProperty>
CfnApiGatewayManagedOverrides.StageOverridesProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnApiGatewayManagedOverrides.StageOverridesProperty.Builder accessLogSettings(CfnApiGatewayManagedOverrides.AccessLogSettingsProperty accessLogSettings)
accessLogSettings - Settings for logging access in a stage.this@Stability(value=Stable) public CfnApiGatewayManagedOverrides.StageOverridesProperty.Builder accessLogSettings(IResolvable accessLogSettings)
accessLogSettings - Settings for logging access in a stage.this@Stability(value=Stable) public CfnApiGatewayManagedOverrides.StageOverridesProperty.Builder autoDeploy(Boolean autoDeploy)
CfnApiGatewayManagedOverrides.StageOverridesProperty.getAutoDeploy()autoDeploy - Specifies whether updates to an API automatically trigger a new deployment.
The default value is true .this@Stability(value=Stable) public CfnApiGatewayManagedOverrides.StageOverridesProperty.Builder autoDeploy(IResolvable autoDeploy)
CfnApiGatewayManagedOverrides.StageOverridesProperty.getAutoDeploy()autoDeploy - Specifies whether updates to an API automatically trigger a new deployment.
The default value is true .this@Stability(value=Stable) public CfnApiGatewayManagedOverrides.StageOverridesProperty.Builder defaultRouteSettings(CfnApiGatewayManagedOverrides.RouteSettingsProperty defaultRouteSettings)
defaultRouteSettings - The default route settings for the stage.this@Stability(value=Stable) public CfnApiGatewayManagedOverrides.StageOverridesProperty.Builder defaultRouteSettings(IResolvable defaultRouteSettings)
defaultRouteSettings - The default route settings for the stage.this@Stability(value=Stable) public CfnApiGatewayManagedOverrides.StageOverridesProperty.Builder description(String description)
CfnApiGatewayManagedOverrides.StageOverridesProperty.getDescription()description - The description for the API stage.this@Stability(value=Stable) public CfnApiGatewayManagedOverrides.StageOverridesProperty.Builder routeSettings(Object routeSettings)
CfnApiGatewayManagedOverrides.StageOverridesProperty.getRouteSettings()routeSettings - Route settings for the stage.this@Stability(value=Stable) public CfnApiGatewayManagedOverrides.StageOverridesProperty.Builder stageVariables(Object stageVariables)
CfnApiGatewayManagedOverrides.StageOverridesProperty.getStageVariables()stageVariables - A map that defines the stage variables for a `Stage` .
Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.this@Stability(value=Stable) public CfnApiGatewayManagedOverrides.StageOverridesProperty build()
build in interface software.amazon.jsii.Builder<CfnApiGatewayManagedOverrides.StageOverridesProperty>CfnApiGatewayManagedOverrides.StageOverridesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.