Class CfnUsagePlanKeyPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.apigateway.mixins.CfnUsagePlanKeyPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUsagePlanKeyPropsMixin>
- Enclosing class:
CfnUsagePlanKeyPropsMixin
@Stability(Stable)
public static final class CfnUsagePlanKeyPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUsagePlanKeyPropsMixin>
A fluent builder for
CfnUsagePlanKeyPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The Id of the UsagePlanKey resource.The type of a UsagePlanKey resource for a plan customer.usagePlanId(String usagePlanId) The Id of the UsagePlan resource representing the usage plan containing the UsagePlanKey resource representing a plan customer.
-
Method Details
-
create
@Stability(Stable) public static CfnUsagePlanKeyPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnUsagePlanKeyPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnUsagePlanKeyPropsMixin.Builder.
-
keyId
The Id of the UsagePlanKey resource.- Parameters:
keyId- The Id of the UsagePlanKey resource. This parameter is required.- Returns:
this- See Also:
-
keyType
The type of a UsagePlanKey resource for a plan customer.- Parameters:
keyType- The type of a UsagePlanKey resource for a plan customer. This parameter is required.- Returns:
this- See Also:
-
usagePlanId
The Id of the UsagePlan resource representing the usage plan containing the UsagePlanKey resource representing a plan customer.- Parameters:
usagePlanId- The Id of the UsagePlan resource representing the usage plan containing the UsagePlanKey resource representing a plan customer. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUsagePlanKeyPropsMixin>- Returns:
- a newly built instance of
CfnUsagePlanKeyPropsMixin.
-