Interface AddApiKeyOptions
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AddApiKeyOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:09:57.710Z")
@Stability(Stable)
public interface AddApiKeyOptions
extends software.amazon.jsii.JsiiSerializable
Options to the UsagePlan.addApiKey() method.
Example:
UsagePlan usageplan;
ApiKey apiKey;
usageplan.addApiKey(apiKey, AddApiKeyOptions.builder()
.overrideLogicalId("...")
.build());
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAddApiKeyOptionsstatic final classAn implementation forAddApiKeyOptions -
Method Summary
Modifier and TypeMethodDescriptionstatic AddApiKeyOptions.Builderbuilder()default StringOverride the CloudFormation logical id of the AWS::ApiGateway::UsagePlanKey resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOverrideLogicalId
Override the CloudFormation logical id of the AWS::ApiGateway::UsagePlanKey resource.Default: - autogenerated by the CDK
-
builder
- Returns:
- a
AddApiKeyOptions.BuilderofAddApiKeyOptions
-