Interface DeleteRealtimeEndpointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteRealtimeEndpointResponse.Builder,DeleteRealtimeEndpointResponse>,MachineLearningResponse.Builder,SdkBuilder<DeleteRealtimeEndpointResponse.Builder,DeleteRealtimeEndpointResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteRealtimeEndpointResponse
public static interface DeleteRealtimeEndpointResponse.Builder extends MachineLearningResponse.Builder, SdkPojo, CopyableBuilder<DeleteRealtimeEndpointResponse.Builder,DeleteRealtimeEndpointResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DeleteRealtimeEndpointResponse.BuildermlModelId(String mlModelId)A user-supplied ID that uniquely identifies theMLModel.default DeleteRealtimeEndpointResponse.BuilderrealtimeEndpointInfo(Consumer<RealtimeEndpointInfo.Builder> realtimeEndpointInfo)The endpoint information of theMLModelDeleteRealtimeEndpointResponse.BuilderrealtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)The endpoint information of theMLModel-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.machinelearning.model.MachineLearningResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
mlModelId
DeleteRealtimeEndpointResponse.Builder mlModelId(String mlModelId)
A user-supplied ID that uniquely identifies the
MLModel. This value should be identical to the value of theMLModelIdin the request.- Parameters:
mlModelId- A user-supplied ID that uniquely identifies theMLModel. This value should be identical to the value of theMLModelIdin the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
realtimeEndpointInfo
DeleteRealtimeEndpointResponse.Builder realtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of the
MLModel- Parameters:
realtimeEndpointInfo- The endpoint information of theMLModel- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
realtimeEndpointInfo
default DeleteRealtimeEndpointResponse.Builder realtimeEndpointInfo(Consumer<RealtimeEndpointInfo.Builder> realtimeEndpointInfo)
The endpoint information of the
This is a convenience method that creates an instance of theMLModelRealtimeEndpointInfo.Builderavoiding the need to create one manually viaRealtimeEndpointInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torealtimeEndpointInfo(RealtimeEndpointInfo).- Parameters:
realtimeEndpointInfo- a consumer that will call methods onRealtimeEndpointInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
realtimeEndpointInfo(RealtimeEndpointInfo)
-
-