Interface DescribeDatasetExportJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeDatasetExportJobResponse.Builder,,DescribeDatasetExportJobResponse> IoTSiteWiseResponse.Builder,SdkBuilder<DescribeDatasetExportJobResponse.Builder,,DescribeDatasetExportJobResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeDatasetExportJobResponse
-
Method Summary
Modifier and TypeMethodDescriptioncompletedAt(Instant completedAt) The timestamp when the job completed, or null if the job is still running.destinationS3Uri(String destinationS3Uri) The S3 URI where output clips are written.errorReportLocation(Consumer<ExportErrorReportLocation.Builder> errorReportLocation) The location where the error report will be written on failure.errorReportLocation(ExportErrorReportLocation errorReportLocation) The location where the error report will be written on failure.input(Consumer<ProcessingInput.Builder> input) The processing input that was provided in the CreateDatasetExportJob request.input(ProcessingInput input) The processing input that was provided in the CreateDatasetExportJob request.The unique identifier for the dataset export job.The timestamp when the job started processing.The current status of the dataset export job.status(DatasetExportJobStatus status) The current status of the dataset export job.workspaceName(String workspaceName) The name of the workspace that contains the dataset export job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
jobId
The unique identifier for the dataset export job.
- Parameters:
jobId- The unique identifier for the dataset export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceName
The name of the workspace that contains the dataset export job.
- Parameters:
workspaceName- The name of the workspace that contains the dataset export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the dataset export job.
- Parameters:
status- The current status of the dataset export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the dataset export job.
- Parameters:
status- The current status of the dataset export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startedAt
The timestamp when the job started processing.
- Parameters:
startedAt- The timestamp when the job started processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completedAt
The timestamp when the job completed, or null if the job is still running.
- Parameters:
completedAt- The timestamp when the job completed, or null if the job is still running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationS3Uri
The S3 URI where output clips are written.
- Parameters:
destinationS3Uri- The S3 URI where output clips are written.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorReportLocation
DescribeDatasetExportJobResponse.Builder errorReportLocation(ExportErrorReportLocation errorReportLocation) The location where the error report will be written on failure.
- Parameters:
errorReportLocation- The location where the error report will be written on failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorReportLocation
default DescribeDatasetExportJobResponse.Builder errorReportLocation(Consumer<ExportErrorReportLocation.Builder> errorReportLocation) The location where the error report will be written on failure.
This is a convenience method that creates an instance of theExportErrorReportLocation.Builderavoiding the need to create one manually viaExportErrorReportLocation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrorReportLocation(ExportErrorReportLocation).- Parameters:
errorReportLocation- a consumer that will call methods onExportErrorReportLocation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
input
The processing input that was provided in the CreateDatasetExportJob request.
- Parameters:
input- The processing input that was provided in the CreateDatasetExportJob request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
input
The processing input that was provided in the CreateDatasetExportJob request.
This is a convenience method that creates an instance of theProcessingInput.Builderavoiding the need to create one manually viaProcessingInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinput(ProcessingInput).- Parameters:
input- a consumer that will call methods onProcessingInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-