public static interface GetModelResponse.Builder extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<GetModelResponse.Builder,GetModelResponse>
| Modifier and Type | Method and Description |
|---|---|
GetModelResponse.Builder |
contentType(String contentType)
The content-type for the model, for example, "application/json".
|
GetModelResponse.Builder |
description(String description)
The description of the model.
|
GetModelResponse.Builder |
modelId(String modelId)
The model identifier.
|
GetModelResponse.Builder |
name(String name)
The name of the model.
|
GetModelResponse.Builder |
schema(String schema)
The schema for the model.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetModelResponse.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".GetModelResponse.Builder description(String description)
The description of the model.
description - The description of the model.GetModelResponse.Builder modelId(String modelId)
The model identifier.
modelId - The model identifier.GetModelResponse.Builder name(String name)
The name of the model. Must be alphanumeric.
name - The name of the model. Must be alphanumeric.GetModelResponse.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.