Interface CreateBulkImportJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateBulkImportJobResponse.Builder,CreateBulkImportJobResponse>,IoTSiteWiseResponse.Builder,SdkBuilder<CreateBulkImportJobResponse.Builder,CreateBulkImportJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateBulkImportJobResponse
public static interface CreateBulkImportJobResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<CreateBulkImportJobResponse.Builder,CreateBulkImportJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateBulkImportJobResponse.BuilderjobId(String jobId)The ID of the job.CreateBulkImportJobResponse.BuilderjobName(String jobName)The unique name that helps identify the job request.CreateBulkImportJobResponse.BuilderjobStatus(String jobStatus)The status of the bulk import job can be one of following values.CreateBulkImportJobResponse.BuilderjobStatus(JobStatus jobStatus)The status of the bulk import job can be one of following values.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
jobId
CreateBulkImportJobResponse.Builder jobId(String jobId)
The ID of the job.
- Parameters:
jobId- The ID of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobName
CreateBulkImportJobResponse.Builder jobName(String jobName)
The unique name that helps identify the job request.
- Parameters:
jobName- The unique name that helps identify the job request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStatus
CreateBulkImportJobResponse.Builder jobStatus(String jobStatus)
The status of the bulk import job can be one of following values.
-
PENDING– IoT SiteWise is waiting for the current bulk import job to finish. -
CANCELLED– The bulk import job has been canceled. -
RUNNING– IoT SiteWise is processing your request to import your data from Amazon S3. -
COMPLETED– IoT SiteWise successfully completed your request to import data from Amazon S3. -
FAILED– IoT SiteWise couldn't process your request to import data from Amazon S3. You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues. -
COMPLETED_WITH_FAILURES– IoT SiteWise completed your request to import data from Amazon S3 with errors. You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.
- Parameters:
jobStatus- The status of the bulk import job can be one of following values.-
PENDING– IoT SiteWise is waiting for the current bulk import job to finish. -
CANCELLED– The bulk import job has been canceled. -
RUNNING– IoT SiteWise is processing your request to import your data from Amazon S3. -
COMPLETED– IoT SiteWise successfully completed your request to import data from Amazon S3. -
FAILED– IoT SiteWise couldn't process your request to import data from Amazon S3. You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues. -
COMPLETED_WITH_FAILURES– IoT SiteWise completed your request to import data from Amazon S3 with errors. You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
JobStatus,JobStatus
-
-
jobStatus
CreateBulkImportJobResponse.Builder jobStatus(JobStatus jobStatus)
The status of the bulk import job can be one of following values.
-
PENDING– IoT SiteWise is waiting for the current bulk import job to finish. -
CANCELLED– The bulk import job has been canceled. -
RUNNING– IoT SiteWise is processing your request to import your data from Amazon S3. -
COMPLETED– IoT SiteWise successfully completed your request to import data from Amazon S3. -
FAILED– IoT SiteWise couldn't process your request to import data from Amazon S3. You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues. -
COMPLETED_WITH_FAILURES– IoT SiteWise completed your request to import data from Amazon S3 with errors. You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.
- Parameters:
jobStatus- The status of the bulk import job can be one of following values.-
PENDING– IoT SiteWise is waiting for the current bulk import job to finish. -
CANCELLED– The bulk import job has been canceled. -
RUNNING– IoT SiteWise is processing your request to import your data from Amazon S3. -
COMPLETED– IoT SiteWise successfully completed your request to import data from Amazon S3. -
FAILED– IoT SiteWise couldn't process your request to import data from Amazon S3. You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues. -
COMPLETED_WITH_FAILURES– IoT SiteWise completed your request to import data from Amazon S3 with errors. You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
JobStatus,JobStatus
-
-
-