Interface CancelLoaderJobResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CancelLoaderJobResponse.Builder,,CancelLoaderJobResponse> NeptunedataResponse.Builder,SdkBuilder<CancelLoaderJobResponse.Builder,,CancelLoaderJobResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CancelLoaderJobResponse
public static interface CancelLoaderJobResponse.Builder
extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<CancelLoaderJobResponse.Builder,CancelLoaderJobResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe cancellation status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
status
The cancellation status.
- Parameters:
 status- The cancellation status.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -