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