public static interface CreateRealtimeEndpointResponse.Builder extends MachineLearningResponse.Builder, SdkPojo, CopyableBuilder<CreateRealtimeEndpointResponse.Builder,CreateRealtimeEndpointResponse>
| Modifier and Type | Method and Description | 
|---|---|
CreateRealtimeEndpointResponse.Builder | 
mlModelId(String mlModelId)
 A user-supplied ID that uniquely identifies the  
MLModel. | 
default CreateRealtimeEndpointResponse.Builder | 
realtimeEndpointInfo(Consumer<RealtimeEndpointInfo.Builder> realtimeEndpointInfo)
 The endpoint information of the  
MLModel | 
CreateRealtimeEndpointResponse.Builder | 
realtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
 The endpoint information of the  
MLModel | 
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateRealtimeEndpointResponse.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.CreateRealtimeEndpointResponse.Builder realtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
 The endpoint information of the MLModel
 
realtimeEndpointInfo - The endpoint information of the MLModeldefault CreateRealtimeEndpointResponse.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.