Interface StartRetrainingSchedulerResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StartRetrainingSchedulerResponse.Builder,
,StartRetrainingSchedulerResponse> LookoutEquipmentResponse.Builder
,SdkBuilder<StartRetrainingSchedulerResponse.Builder,
,StartRetrainingSchedulerResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartRetrainingSchedulerResponse
public static interface StartRetrainingSchedulerResponse.Builder
extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<StartRetrainingSchedulerResponse.Builder,StartRetrainingSchedulerResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the model whose retraining scheduler is being started.The name of the model whose retraining scheduler is being started.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 started.
- Parameters:
modelName
- The name of the model whose retraining scheduler is being started.- 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 started.
- Parameters:
modelArn
- The ARN of the model whose retraining scheduler is being started.- 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:
-