| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnModel.Builder |
CfnModel.Builder.contentType(String contentType)
The content type for the model.
|
static CfnModel.Builder |
CfnModel.Builder.create(software.constructs.Construct scope,
String id) |
CfnModel.Builder |
CfnModel.Builder.description(String description)
A description that identifies this model.
|
CfnModel.Builder |
CfnModel.Builder.name(String name)
A name for the model.
|
CfnModel.Builder |
CfnModel.Builder.restApiId(String restApiId)
The ID of a REST API with which to associate this model.
|
CfnModel.Builder |
CfnModel.Builder.schema(Object schema)
The schema to use to transform data to one or more output formats.
|
Copyright © 2022. All rights reserved.