Uses of Interface
software.amazon.awssdk.services.apigatewayv2.model.Model.Builder
-
Packages that use Model.Builder Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of Model.Builder in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return Model.Builder Modifier and Type Method Description static Model.BuilderModel. builder()Model.BuilderModel.Builder. contentType(String contentType)The content-type for the model, for example, "application/json".Model.BuilderModel.Builder. description(String description)The description of the model.Model.BuilderModel.Builder. modelId(String modelId)The model identifier.Model.BuilderModel.Builder. name(String name)The name of the model.Model.BuilderModel.Builder. schema(String schema)The schema for the model.Model.BuilderModel. toBuilder()Methods in software.amazon.awssdk.services.apigatewayv2.model that return types with arguments of type Model.Builder Modifier and Type Method Description static Class<? extends Model.Builder>Model. serializableBuilderClass()
-