public static interface DeleteRealtimeEndpointResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DeleteRealtimeEndpointResponse.Builder,DeleteRealtimeEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteRealtimeEndpointResponse.Builder |
mlModelId(String mlModelId)
A user-supplied ID that uniquely identifies the
MLModel. |
DeleteRealtimeEndpointResponse.Builder |
realtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of the
MLModel |
copyapply, buildDeleteRealtimeEndpointResponse.Builder mlModelId(String mlModelId)
A user-supplied ID that uniquely identifies the MLModel. This value should be identical to the
value of the MLModelId in the request.
mlModelId - A user-supplied ID that uniquely identifies the MLModel. This value should be identical
to the value of the MLModelId in the request.DeleteRealtimeEndpointResponse.Builder realtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of the MLModel
realtimeEndpointInfo - The endpoint information of the MLModelCopyright © 2017. All rights reserved.