@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:01.902Z") @Stability(value=Experimental) public interface ApiMappingAttributes extends software.amazon.jsii.JsiiSerializable
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")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ApiMappingAttributes.Builder
A builder for
ApiMappingAttributes |
static class |
ApiMappingAttributes.Jsii$Proxy
An implementation for
ApiMappingAttributes |
| Modifier and Type | Method and Description |
|---|---|
static ApiMappingAttributes.Builder |
builder() |
String |
getApiMappingId()
(experimental) The API mapping ID.
|
@Stability(value=Experimental) @NotNull String getApiMappingId()
@Stability(value=Experimental) static ApiMappingAttributes.Builder builder()
ApiMappingAttributes.Builder of ApiMappingAttributesCopyright © 2022. All rights reserved.