Interface StartLoaderJobResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<StartLoaderJobResponse.Builder,,- StartLoaderJobResponse> - NeptunedataResponse.Builder,- SdkBuilder<StartLoaderJobResponse.Builder,,- StartLoaderJobResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- StartLoaderJobResponse
@Mutable
@NotThreadSafe
public static interface StartLoaderJobResponse.Builder
extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<StartLoaderJobResponse.Builder,StartLoaderJobResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionContains aloadIdname-value pair that provides an identifier for the load operation.The HTTP return code indicating the status of the load job.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 HTTP return code indicating the status of the load job. - Parameters:
- status- The HTTP return code indicating the status of the load job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
payloadContains a loadIdname-value pair that provides an identifier for the load operation.- Parameters:
- payload- Contains a- loadIdname-value pair that provides an identifier for the load operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-