@Stability(value=Stable) public static final class CfnStageProps.Builder extends Object implements software.amazon.jsii.Builder<CfnStageProps>
CfnStageProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnStageProps.Builder restApiId(String restApiId)
CfnStageProps.getRestApiId()restApiId - `AWS::ApiGateway::Stage.RestApiId`. This parameter is required.this@Stability(value=Stable) public CfnStageProps.Builder accessLogSetting(CfnStage.AccessLogSettingProperty accessLogSetting)
CfnStageProps.getAccessLogSetting()accessLogSetting - `AWS::ApiGateway::Stage.AccessLogSetting`.this@Stability(value=Stable) public CfnStageProps.Builder accessLogSetting(IResolvable accessLogSetting)
CfnStageProps.getAccessLogSetting()accessLogSetting - `AWS::ApiGateway::Stage.AccessLogSetting`.this@Stability(value=Stable) public CfnStageProps.Builder cacheClusterEnabled(Boolean cacheClusterEnabled)
CfnStageProps.getCacheClusterEnabled()cacheClusterEnabled - `AWS::ApiGateway::Stage.CacheClusterEnabled`.this@Stability(value=Stable) public CfnStageProps.Builder cacheClusterEnabled(IResolvable cacheClusterEnabled)
CfnStageProps.getCacheClusterEnabled()cacheClusterEnabled - `AWS::ApiGateway::Stage.CacheClusterEnabled`.this@Stability(value=Stable) public CfnStageProps.Builder cacheClusterSize(String cacheClusterSize)
CfnStageProps.getCacheClusterSize()cacheClusterSize - `AWS::ApiGateway::Stage.CacheClusterSize`.this@Stability(value=Stable) public CfnStageProps.Builder canarySetting(CfnStage.CanarySettingProperty canarySetting)
CfnStageProps.getCanarySetting()canarySetting - `AWS::ApiGateway::Stage.CanarySetting`.this@Stability(value=Stable) public CfnStageProps.Builder canarySetting(IResolvable canarySetting)
CfnStageProps.getCanarySetting()canarySetting - `AWS::ApiGateway::Stage.CanarySetting`.this@Stability(value=Stable) public CfnStageProps.Builder clientCertificateId(String clientCertificateId)
CfnStageProps.getClientCertificateId()clientCertificateId - `AWS::ApiGateway::Stage.ClientCertificateId`.this@Stability(value=Stable) public CfnStageProps.Builder deploymentId(String deploymentId)
CfnStageProps.getDeploymentId()deploymentId - `AWS::ApiGateway::Stage.DeploymentId`.this@Stability(value=Stable) public CfnStageProps.Builder description(String description)
CfnStageProps.getDescription()description - `AWS::ApiGateway::Stage.Description`.this@Stability(value=Stable) public CfnStageProps.Builder documentationVersion(String documentationVersion)
CfnStageProps.getDocumentationVersion()documentationVersion - `AWS::ApiGateway::Stage.DocumentationVersion`.this@Stability(value=Stable) public CfnStageProps.Builder methodSettings(IResolvable methodSettings)
CfnStageProps.getMethodSettings()methodSettings - `AWS::ApiGateway::Stage.MethodSettings`.this@Stability(value=Stable) public CfnStageProps.Builder methodSettings(List<? extends Object> methodSettings)
CfnStageProps.getMethodSettings()methodSettings - `AWS::ApiGateway::Stage.MethodSettings`.this@Stability(value=Stable) public CfnStageProps.Builder stageName(String stageName)
CfnStageProps.getStageName()stageName - `AWS::ApiGateway::Stage.StageName`.this@Stability(value=Stable) public CfnStageProps.Builder tags(List<? extends CfnTag> tags)
CfnStageProps.getTags()tags - `AWS::ApiGateway::Stage.Tags`.this@Stability(value=Stable) public CfnStageProps.Builder tracingEnabled(Boolean tracingEnabled)
CfnStageProps.getTracingEnabled()tracingEnabled - `AWS::ApiGateway::Stage.TracingEnabled`.this@Stability(value=Stable) public CfnStageProps.Builder tracingEnabled(IResolvable tracingEnabled)
CfnStageProps.getTracingEnabled()tracingEnabled - `AWS::ApiGateway::Stage.TracingEnabled`.this@Stability(value=Stable) public CfnStageProps.Builder variables(IResolvable variables)
CfnStageProps.getVariables()variables - `AWS::ApiGateway::Stage.Variables`.this@Stability(value=Stable) public CfnStageProps.Builder variables(Map<String,String> variables)
CfnStageProps.getVariables()variables - `AWS::ApiGateway::Stage.Variables`.this@Stability(value=Stable) public CfnStageProps build()
build in interface software.amazon.jsii.Builder<CfnStageProps>CfnStagePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.