| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
| Modifier and Type | Method and Description |
|---|---|
CfnModel.Builder |
CfnModel.Builder.apiId(String apiId)
`AWS::ApiGatewayV2::Model.ApiId`.
|
CfnModel.Builder |
CfnModel.Builder.contentType(String contentType)
`AWS::ApiGatewayV2::Model.ContentType`.
|
static CfnModel.Builder |
CfnModel.Builder.create(software.constructs.Construct scope,
String id) |
CfnModel.Builder |
CfnModel.Builder.description(String description)
`AWS::ApiGatewayV2::Model.Description`.
|
CfnModel.Builder |
CfnModel.Builder.name(String name)
`AWS::ApiGatewayV2::Model.Name`.
|
CfnModel.Builder |
CfnModel.Builder.schema(Object schema)
`AWS::ApiGatewayV2::Model.Schema`.
|
Copyright © 2021. All rights reserved.