@Stability(value=Stable) public static final class CfnUsagePlanKey.Builder extends Object implements software.amazon.jsii.Builder<CfnUsagePlanKey>
CfnUsagePlanKey.| Modifier and Type | Method and Description |
|---|---|
CfnUsagePlanKey |
build() |
static CfnUsagePlanKey.Builder |
create(software.constructs.Construct scope,
String id) |
CfnUsagePlanKey.Builder |
keyId(String keyId)
`AWS::ApiGateway::UsagePlanKey.KeyId`.
|
CfnUsagePlanKey.Builder |
keyType(String keyType)
`AWS::ApiGateway::UsagePlanKey.KeyType`.
|
CfnUsagePlanKey.Builder |
usagePlanId(String usagePlanId)
`AWS::ApiGateway::UsagePlanKey.UsagePlanId`.
|
@Stability(value=Stable) public static CfnUsagePlanKey.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnUsagePlanKey.Builder.@Stability(value=Stable) public CfnUsagePlanKey.Builder keyId(String keyId)
keyId - `AWS::ApiGateway::UsagePlanKey.KeyId`. This parameter is required.this@Stability(value=Stable) public CfnUsagePlanKey.Builder keyType(String keyType)
keyType - `AWS::ApiGateway::UsagePlanKey.KeyType`. This parameter is required.this@Stability(value=Stable) public CfnUsagePlanKey.Builder usagePlanId(String usagePlanId)
usagePlanId - `AWS::ApiGateway::UsagePlanKey.UsagePlanId`. This parameter is required.this@Stability(value=Stable) public CfnUsagePlanKey build()
build in interface software.amazon.jsii.Builder<CfnUsagePlanKey>Copyright © 2021. All rights reserved.