Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnModelPropsMixin.Builder
Packages that use CfnModelPropsMixin.Builder
-
Uses of CfnModelPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.apigateway
Methods in software.amazon.awscdk.cfnpropertymixins.services.apigateway that return CfnModelPropsMixin.BuilderModifier and TypeMethodDescriptionCfnModelPropsMixin.Builder.contentType(String contentType) The content-type for the model.static CfnModelPropsMixin.BuilderCfnModelPropsMixin.Builder.create()static CfnModelPropsMixin.BuilderCfnModelPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnModelPropsMixin.Builder.description(String description) The description of the model.A name for the model.The string identifier of the associated RestApi.CfnModelPropsMixin.Builder.restApiId(IRestApiRef restApiId) The string identifier of the associated RestApi.The schema for the model.