CopyableBuilder<DeleteRealtimeEndpointResponse.Builder,DeleteRealtimeEndpointResponse>
, SdkBuilder<DeleteRealtimeEndpointResponse.Builder,DeleteRealtimeEndpointResponse>
public static interface DeleteRealtimeEndpointResponse.Builder extends CopyableBuilder<DeleteRealtimeEndpointResponse.Builder,DeleteRealtimeEndpointResponse>
Modifier and Type | Method | 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 |
copy
apply, build
DeleteRealtimeEndpointResponse.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 MLModel
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.