Interface AddApiKeyOptions
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AddApiKeyOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2025-01-04T09:06:16.570Z")
@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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forAddApiKeyOptions
static final class
An implementation forAddApiKeyOptions
-
Method Summary
Modifier and TypeMethodDescriptionstatic AddApiKeyOptions.Builder
builder()
default String
Override 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.Builder
ofAddApiKeyOptions
-