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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelLoaderJobResponse.Builderstatus(String status)The cancellation status.-
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
CancelLoaderJobResponse.Builder status(String status)
The cancellation status.
- Parameters:
status- The cancellation status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-