Interface StartModelResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartModelResponse.Builder,StartModelResponse>,LookoutVisionResponse.Builder,SdkBuilder<StartModelResponse.Builder,StartModelResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartModelResponse
public static interface StartModelResponse.Builder extends LookoutVisionResponse.Builder, SdkPojo, CopyableBuilder<StartModelResponse.Builder,StartModelResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartModelResponse.Builderstatus(String status)The current running status of the model.StartModelResponse.Builderstatus(ModelHostingStatus status)The current running status of the model.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lookoutvision.model.LookoutVisionResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
status
StartModelResponse.Builder status(String status)
The current running status of the model.
- Parameters:
status- The current running status of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelHostingStatus,ModelHostingStatus
-
status
StartModelResponse.Builder status(ModelHostingStatus status)
The current running status of the model.
- Parameters:
status- The current running status of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelHostingStatus,ModelHostingStatus
-
-