public static interface UpdateModelResponse.Builder extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<UpdateModelResponse.Builder,UpdateModelResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateModelResponse.Builder |
contentType(String contentType)
The content-type for the model, for example, "application/json".
|
UpdateModelResponse.Builder |
description(String description)
The description of the model.
|
UpdateModelResponse.Builder |
modelId(String modelId)
The model identifier.
|
UpdateModelResponse.Builder |
name(String name)
The name of the model.
|
UpdateModelResponse.Builder |
schema(String schema)
The schema for the model.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateModelResponse.Builder contentType(String contentType)
The content-type for the model, for example, "application/json".
contentType - The content-type for the model, for example, "application/json".UpdateModelResponse.Builder description(String description)
The description of the model.
description - The description of the model.UpdateModelResponse.Builder modelId(String modelId)
The model identifier.
modelId - The model identifier.UpdateModelResponse.Builder name(String name)
The name of the model. Must be alphanumeric.
name - The name of the model. Must be alphanumeric.UpdateModelResponse.Builder schema(String schema)
The schema for the model. For application/json models, this should be JSON schema draft 4 model.
schema - The schema for the model. For application/json models, this should be JSON schema draft 4 model.Copyright © 2022. All rights reserved.