Interface CancelMlModelTrainingJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CancelMlModelTrainingJobResponse.Builder,CancelMlModelTrainingJobResponse>,NeptunedataResponse.Builder,SdkBuilder<CancelMlModelTrainingJobResponse.Builder,CancelMlModelTrainingJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CancelMlModelTrainingJobResponse
public static interface CancelMlModelTrainingJobResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<CancelMlModelTrainingJobResponse.Builder,CancelMlModelTrainingJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelMlModelTrainingJobResponse.Builderstatus(String status)The status of the cancellation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
status
CancelMlModelTrainingJobResponse.Builder status(String status)
The status of the cancellation.
- Parameters:
status- The status of the cancellation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-