Interface StopModelResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StopModelResponse.Builder,
,StopModelResponse> LookoutVisionResponse.Builder
,SdkBuilder<StopModelResponse.Builder,
,StopModelResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StopModelResponse
@Mutable
@NotThreadSafe
public static interface StopModelResponse.Builder
extends LookoutVisionResponse.Builder, SdkPojo, CopyableBuilder<StopModelResponse.Builder,StopModelResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the model.status
(ModelHostingStatus status) The 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 Details
-
status
The status of the model.
- Parameters:
status
- The status of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the model.
- Parameters:
status
- The status of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-