| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Model.Builder |
Model.Builder.contentType(String contentType)
The content type for the model.
|
static Model.Builder |
Model.Builder.create(software.constructs.Construct scope,
String id) |
Model.Builder |
Model.Builder.description(String description)
A description that identifies this model.
|
Model.Builder |
Model.Builder.modelName(String modelName)
A name for the model.
|
Model.Builder |
Model.Builder.restApi(IRestApi restApi)
The rest API that this model is part of.
|
Model.Builder |
Model.Builder.schema(JsonSchema schema)
The schema to use to transform data to one or more output formats.
|
Copyright © 2022. All rights reserved.