Interface CancelMlModelTrainingJobResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CancelMlModelTrainingJobResponse.Builder,,- CancelMlModelTrainingJobResponse> - NeptunedataResponse.Builder,- SdkBuilder<CancelMlModelTrainingJobResponse.Builder,,- CancelMlModelTrainingJobResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CancelMlModelTrainingJobResponse
@Mutable
@NotThreadSafe
public static interface CancelMlModelTrainingJobResponse.Builder
extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<CancelMlModelTrainingJobResponse.Builder,CancelMlModelTrainingJobResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe status of the cancellation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
statusThe 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.
 
 
-