Interface StopRetrainingSchedulerResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StopRetrainingSchedulerResponse.Builder,
,StopRetrainingSchedulerResponse> LookoutEquipmentResponse.Builder
,SdkBuilder<StopRetrainingSchedulerResponse.Builder,
,StopRetrainingSchedulerResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StopRetrainingSchedulerResponse
public static interface StopRetrainingSchedulerResponse.Builder
extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<StopRetrainingSchedulerResponse.Builder,StopRetrainingSchedulerResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the model whose retraining scheduler is being stopped.The name of the model whose retraining scheduler is being stopped.The status of the retraining scheduler.status
(RetrainingSchedulerStatus status) The status of the retraining scheduler.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentResponse.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 Details
-
modelName
The name of the model whose retraining scheduler is being stopped.
- Parameters:
modelName
- The name of the model whose retraining scheduler is being stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelArn
The ARN of the model whose retraining scheduler is being stopped.
- Parameters:
modelArn
- The ARN of the model whose retraining scheduler is being stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the retraining scheduler.
- Parameters:
status
- The status of the retraining scheduler.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the retraining scheduler.
- Parameters:
status
- The status of the retraining scheduler.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-