@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)
The ID of the usage plan key.
|
CfnUsagePlanKey.Builder |
keyType(String keyType)
The type of usage plan key.
|
CfnUsagePlanKey.Builder |
usagePlanId(String usagePlanId)
The ID of the usage plan.
|
@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 - The ID of the usage plan key. This parameter is required.this@Stability(value=Stable) public CfnUsagePlanKey.Builder keyType(String keyType)
Currently, the only valid key type is API_KEY .
keyType - The type of usage plan key. This parameter is required.this@Stability(value=Stable) public CfnUsagePlanKey.Builder usagePlanId(String usagePlanId)
usagePlanId - The ID of the usage plan. This parameter is required.this@Stability(value=Stable) public CfnUsagePlanKey build()
build in interface software.amazon.jsii.Builder<CfnUsagePlanKey>Copyright © 2022. All rights reserved.