@Stability(value=Stable) public static final class CfnApiKeyProps.Builder extends Object implements software.amazon.jsii.Builder<CfnApiKeyProps>
CfnApiKeyProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnApiKeyProps.Builder customerId(String customerId)
CfnApiKeyProps.getCustomerId()customerId - `AWS::ApiGateway::ApiKey.CustomerId`.this@Stability(value=Stable) public CfnApiKeyProps.Builder description(String description)
CfnApiKeyProps.getDescription()description - `AWS::ApiGateway::ApiKey.Description`.this@Stability(value=Stable) public CfnApiKeyProps.Builder enabled(Boolean enabled)
CfnApiKeyProps.getEnabled()enabled - `AWS::ApiGateway::ApiKey.Enabled`.this@Stability(value=Stable) public CfnApiKeyProps.Builder enabled(IResolvable enabled)
CfnApiKeyProps.getEnabled()enabled - `AWS::ApiGateway::ApiKey.Enabled`.this@Stability(value=Stable) public CfnApiKeyProps.Builder generateDistinctId(Boolean generateDistinctId)
CfnApiKeyProps.getGenerateDistinctId()generateDistinctId - `AWS::ApiGateway::ApiKey.GenerateDistinctId`.this@Stability(value=Stable) public CfnApiKeyProps.Builder generateDistinctId(IResolvable generateDistinctId)
CfnApiKeyProps.getGenerateDistinctId()generateDistinctId - `AWS::ApiGateway::ApiKey.GenerateDistinctId`.this@Stability(value=Stable) public CfnApiKeyProps.Builder name(String name)
CfnApiKeyProps.getName()name - `AWS::ApiGateway::ApiKey.Name`.this@Stability(value=Stable) public CfnApiKeyProps.Builder stageKeys(IResolvable stageKeys)
CfnApiKeyProps.getStageKeys()stageKeys - `AWS::ApiGateway::ApiKey.StageKeys`.this@Stability(value=Stable) public CfnApiKeyProps.Builder stageKeys(List<? extends Object> stageKeys)
CfnApiKeyProps.getStageKeys()stageKeys - `AWS::ApiGateway::ApiKey.StageKeys`.this@Stability(value=Stable) public CfnApiKeyProps.Builder tags(List<? extends CfnTag> tags)
CfnApiKeyProps.getTags()tags - `AWS::ApiGateway::ApiKey.Tags`.this@Stability(value=Stable) public CfnApiKeyProps.Builder value(String value)
CfnApiKeyProps.getValue()value - `AWS::ApiGateway::ApiKey.Value`.this@Stability(value=Stable) public CfnApiKeyProps build()
build in interface software.amazon.jsii.Builder<CfnApiKeyProps>CfnApiKeyPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.