public static interface UpdateModelRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateModelRequest.Builder,UpdateModelRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateModelRequest.Builder |
modelName(String modelName)
The name of the model to update.
|
UpdateModelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateModelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateModelRequest.Builder |
patchOperations(Collection<PatchOperation> patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateModelRequest.Builder |
patchOperations(Consumer<PatchOperation.Builder>... patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateModelRequest.Builder |
patchOperations(PatchOperation... patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateModelRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateModelRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.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)
For more information about supported patch operations, see Patch Operations.
patchOperations - For more information about supported patch operations, see Patch Operations.UpdateModelRequest.Builder patchOperations(PatchOperation... patchOperations)
For more information about supported patch operations, see Patch Operations.
patchOperations - For more information about supported patch operations, see Patch Operations.UpdateModelRequest.Builder patchOperations(Consumer<PatchOperation.Builder>... patchOperations)
For more information about supported patch operations, see Patch Operations.
This is a convenience method that creates an instance of thePatchOperation.Builder avoiding the need to create
one manually via PatchOperation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #patchOperations(List.
patchOperations - a consumer that will call methods on
PatchOperation.Builder#patchOperations(java.util.Collection) UpdateModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.