Interface CancelMlDataProcessingJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CancelMlDataProcessingJobResponse.Builder,CancelMlDataProcessingJobResponse>,NeptunedataResponse.Builder,SdkBuilder<CancelMlDataProcessingJobResponse.Builder,CancelMlDataProcessingJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CancelMlDataProcessingJobResponse
public static interface CancelMlDataProcessingJobResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<CancelMlDataProcessingJobResponse.Builder,CancelMlDataProcessingJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelMlDataProcessingJobResponse.Builderstatus(String status)The status of the cancellation request.-
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
CancelMlDataProcessingJobResponse.Builder status(String status)
The status of the cancellation request.
- Parameters:
status- The status of the cancellation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-