public static interface CreateModelRequest.Builder extends ApiGatewayV2Request.Builder, SdkPojo, CopyableBuilder<CreateModelRequest.Builder,CreateModelRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateModelRequest.Builder |
apiId(String apiId)
The API identifier.
|
CreateModelRequest.Builder |
contentType(String contentType)
The content-type for the model, for example, "application/json".
|
CreateModelRequest.Builder |
description(String description)
The description of the model.
|
CreateModelRequest.Builder |
name(String name)
The name of the model.
|
CreateModelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateModelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateModelRequest.Builder |
schema(String schema)
The schema for the model.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateModelRequest.Builder apiId(String apiId)
The API identifier.
apiId - The API identifier.CreateModelRequest.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".CreateModelRequest.Builder description(String description)
The description of the model.
description - The description of the model.CreateModelRequest.Builder name(String name)
The name of the model. Must be alphanumeric.
name - The name of the model. Must be alphanumeric.CreateModelRequest.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.CreateModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.