CopyableBuilder<GetModelTemplateRequest.Builder,GetModelTemplateRequest>
, SdkBuilder<GetModelTemplateRequest.Builder,GetModelTemplateRequest>
public static interface GetModelTemplateRequest.Builder extends CopyableBuilder<GetModelTemplateRequest.Builder,GetModelTemplateRequest>
Modifier and Type | Method | Description |
---|---|---|
GetModelTemplateRequest.Builder |
modelName(String modelName) |
The name of the model for which to generate a template.
|
GetModelTemplateRequest.Builder |
restApiId(String restApiId) |
The ID of the RestApi under which the model exists.
|
copy
apply, build
GetModelTemplateRequest.Builder restApiId(String restApiId)
The ID of the RestApi under which the model exists.
restApiId
- The ID of the RestApi under which the model exists.GetModelTemplateRequest.Builder modelName(String modelName)
The name of the model for which to generate a template.
modelName
- The name of the model for which to generate a template.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.