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