Interface CreateRetrainingSchedulerResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateRetrainingSchedulerResponse.Builder,CreateRetrainingSchedulerResponse>,LookoutEquipmentResponse.Builder,SdkBuilder<CreateRetrainingSchedulerResponse.Builder,CreateRetrainingSchedulerResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateRetrainingSchedulerResponse
public static interface CreateRetrainingSchedulerResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<CreateRetrainingSchedulerResponse.Builder,CreateRetrainingSchedulerResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateRetrainingSchedulerResponse.BuildermodelArn(String modelArn)The ARN of the model that you added the retraining scheduler to.CreateRetrainingSchedulerResponse.BuildermodelName(String modelName)The name of the model that you added the retraining scheduler to.CreateRetrainingSchedulerResponse.Builderstatus(String status)The status of the retraining scheduler.CreateRetrainingSchedulerResponse.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
CreateRetrainingSchedulerResponse.Builder modelName(String modelName)
The name of the model that you added the retraining scheduler to.
- Parameters:
modelName- The name of the model that you added the retraining scheduler to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelArn
CreateRetrainingSchedulerResponse.Builder modelArn(String modelArn)
The ARN of the model that you added the retraining scheduler to.
- Parameters:
modelArn- The ARN of the model that you added the retraining scheduler to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
CreateRetrainingSchedulerResponse.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
CreateRetrainingSchedulerResponse.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
-
-