CopyableBuilder<DeleteModelRequest.Builder,DeleteModelRequest>, SdkBuilder<DeleteModelRequest.Builder,DeleteModelRequest>public static interface DeleteModelRequest.Builder extends CopyableBuilder<DeleteModelRequest.Builder,DeleteModelRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DeleteModelRequest.Builder |
modelName(String modelName) |
The name of the model to delete.
|
DeleteModelRequest.Builder |
restApiId(String restApiId) |
The RestApi under which the model will be deleted.
|
copyapply, buildDeleteModelRequest.Builder restApiId(String restApiId)
The RestApi under which the model will be deleted.
restApiId - The RestApi under which the model will be deleted.DeleteModelRequest.Builder modelName(String modelName)
The name of the model to delete.
modelName - The name of the model to delete.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.