public static interface CreateModelRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<CreateModelRequest.Builder,CreateModelRequest>
| Modifier and Type | Method and Description | 
|---|---|
CreateModelRequest.Builder | 
contentType(String contentType)
 [Required] The content-type for the model. 
 | 
CreateModelRequest.Builder | 
description(String description)
 The description of the model. 
 | 
CreateModelRequest.Builder | 
name(String name)
 [Required] The name of the model. 
 | 
CreateModelRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
CreateModelRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
CreateModelRequest.Builder | 
restApiId(String restApiId)
 | 
CreateModelRequest.Builder | 
schema(String schema)
 The schema for the model. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildCreateModelRequest.Builder restApiId(String restApiId)
CreateModelRequest.Builder name(String name)
[Required] The name of the model. Must be alphanumeric.
name - [Required] The name of the model. Must be alphanumeric.CreateModelRequest.Builder description(String description)
The description of the model.
description - The description of the model.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 contentType(String contentType)
[Required] The content-type for the model.
contentType - [Required] The content-type for the model.CreateModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.