public static interface DeleteRealtimeEndpointResponse.Builder extends MachineLearningResponse.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. |
default DeleteRealtimeEndpointResponse.Builder |
realtimeEndpointInfo(Consumer<RealtimeEndpointInfo.Builder> realtimeEndpointInfo)
The endpoint information of the
MLModel |
DeleteRealtimeEndpointResponse.Builder |
realtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of the
MLModel |
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 MLModeldefault DeleteRealtimeEndpointResponse.Builder realtimeEndpointInfo(Consumer<RealtimeEndpointInfo.Builder> realtimeEndpointInfo)
The endpoint information of the MLModel
RealtimeEndpointInfo.Builder avoiding the need
to create one manually via RealtimeEndpointInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to realtimeEndpointInfo(RealtimeEndpointInfo).realtimeEndpointInfo - a consumer that will call methods on RealtimeEndpointInfo.BuilderrealtimeEndpointInfo(RealtimeEndpointInfo)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.