Interface ApiMappingAttributes
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ApiMappingAttributes.Jsii$Proxy
@Generated(value="jsii-pacmak/1.126.0 (build 206d44b)",
date="2026-02-09T14:39:02.475Z")
@Stability(Stable)
public interface ApiMappingAttributes
extends software.amazon.jsii.JsiiSerializable
The attributes used to import existing ApiMapping.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigatewayv2.*;
ApiMappingAttributes apiMappingAttributes = ApiMappingAttributes.builder()
.apiMappingId("apiMappingId")
// the properties below are optional
.domainName("domainName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forApiMappingAttributesstatic final classAn implementation forApiMappingAttributes -
Method Summary
Modifier and TypeMethodDescriptionstatic ApiMappingAttributes.Builderbuilder()The API mapping ID.default StringDomain name.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApiMappingId
The API mapping ID. -
getDomainName
Domain name.Default: - Certain operations on the referenced object may fail if not supplied
-
builder
- Returns:
- a
ApiMappingAttributes.BuilderofApiMappingAttributes
-