Interface StartLoaderJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartLoaderJobResponse.Builder,StartLoaderJobResponse>,NeptunedataResponse.Builder,SdkBuilder<StartLoaderJobResponse.Builder,StartLoaderJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartLoaderJobResponse
public static interface StartLoaderJobResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<StartLoaderJobResponse.Builder,StartLoaderJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartLoaderJobResponse.Builderpayload(Map<String,String> payload)Contains aloadIdname-value pair that provides an identifier for the load operation.StartLoaderJobResponse.Builderstatus(String status)The HTTP return code indicating the status of the load job.-
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
StartLoaderJobResponse.Builder status(String status)
The 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.
-
payload
StartLoaderJobResponse.Builder payload(Map<String,String> payload)
Contains a
loadIdname-value pair that provides an identifier for the load operation.- Parameters:
payload- Contains aloadIdname-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.
-
-