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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopRetrainingSchedulerResponse.BuildermodelArn(String modelArn)The ARN of the model whose retraining scheduler is being stopped.StopRetrainingSchedulerResponse.BuildermodelName(String modelName)The name of the model whose retraining scheduler is being stopped.StopRetrainingSchedulerResponse.Builderstatus(String status)The status of the retraining scheduler.StopRetrainingSchedulerResponse.Builderstatus(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 Detail
-
modelName
StopRetrainingSchedulerResponse.Builder modelName(String 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
StopRetrainingSchedulerResponse.Builder modelArn(String 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
StopRetrainingSchedulerResponse.Builder status(String 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:
RetrainingSchedulerStatus,RetrainingSchedulerStatus
-
status
StopRetrainingSchedulerResponse.Builder status(RetrainingSchedulerStatus 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:
RetrainingSchedulerStatus,RetrainingSchedulerStatus
-
-