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