CopyableBuilder<UpdateModelRequest.Builder,UpdateModelRequest>
, SdkBuilder<UpdateModelRequest.Builder,UpdateModelRequest>
public static interface UpdateModelRequest.Builder extends CopyableBuilder<UpdateModelRequest.Builder,UpdateModelRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateModelRequest.Builder |
modelName(String modelName) |
The name of the model to update.
|
UpdateModelRequest.Builder |
patchOperations(Collection<PatchOperation> patchOperations) |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateModelRequest.Builder |
patchOperations(PatchOperation... patchOperations) |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateModelRequest.Builder |
restApiId(String restApiId) |
The RestApi identifier under which the model exists.
|
copy
apply, build
UpdateModelRequest.Builder restApiId(String restApiId)
The RestApi identifier under which the model exists.
restApiId
- The RestApi identifier under which the model exists.UpdateModelRequest.Builder modelName(String modelName)
The name of the model to update.
modelName
- The name of the model to update.UpdateModelRequest.Builder patchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations
- A list of update operations to be applied to the specified resource and in the order specified in this
list.UpdateModelRequest.Builder patchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
NOTE: This method appends the values to the existing list (if any). Use
#setPatchOperations(java.util.Collection)
or #withPatchOperations(java.util.Collection)
if
you want to override the existing values.
patchOperations
- A list of update operations to be applied to the specified resource and in the order specified in this
list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.