Uses of Class
software.amazon.awscdk.services.apigateway.ModelOptions.Builder
Packages that use ModelOptions.Builder
-
Uses of ModelOptions.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return ModelOptions.BuilderModifier and TypeMethodDescriptionstatic ModelOptions.Builder
ModelOptions.builder()
ModelOptions.Builder.contentType
(String contentType) Sets the value ofModelOptions.getContentType()
ModelOptions.Builder.description
(String description) Sets the value ofModelOptions.getDescription()
Sets the value ofModelOptions.getModelName()
ModelOptions.Builder.schema
(JsonSchema schema) Sets the value ofModelOptions.getSchema()
Constructors in software.amazon.awscdk.services.apigateway with parameters of type ModelOptions.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(ModelOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theModelOptions.Builder
.