public static interface DescribeThingRegistrationTaskResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeThingRegistrationTaskResponse.Builder,DescribeThingRegistrationTaskResponse>
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeThingRegistrationTaskResponse.Builder taskId(String taskId)
The task ID.
taskId
- The task ID.DescribeThingRegistrationTaskResponse.Builder creationDate(Instant creationDate)
The task creation date.
creationDate
- The task creation date.DescribeThingRegistrationTaskResponse.Builder lastModifiedDate(Instant lastModifiedDate)
The date when the task was last modified.
lastModifiedDate
- The date when the task was last modified.DescribeThingRegistrationTaskResponse.Builder templateBody(String templateBody)
The task's template.
templateBody
- The task's template.DescribeThingRegistrationTaskResponse.Builder inputFileBucket(String inputFileBucket)
The S3 bucket that contains the input file.
inputFileBucket
- The S3 bucket that contains the input file.DescribeThingRegistrationTaskResponse.Builder inputFileKey(String inputFileKey)
The input file key.
inputFileKey
- The input file key.DescribeThingRegistrationTaskResponse.Builder roleArn(String roleArn)
The role ARN that grants access to the input file bucket.
roleArn
- The role ARN that grants access to the input file bucket.DescribeThingRegistrationTaskResponse.Builder status(String status)
The status of the bulk thing provisioning task.
DescribeThingRegistrationTaskResponse.Builder status(Status status)
The status of the bulk thing provisioning task.
DescribeThingRegistrationTaskResponse.Builder message(String message)
The message.
message
- The message.DescribeThingRegistrationTaskResponse.Builder successCount(Integer successCount)
The number of things successfully provisioned.
successCount
- The number of things successfully provisioned.DescribeThingRegistrationTaskResponse.Builder failureCount(Integer failureCount)
The number of things that failed to be provisioned.
failureCount
- The number of things that failed to be provisioned.DescribeThingRegistrationTaskResponse.Builder percentageProgress(Integer percentageProgress)
The progress of the bulk provisioning task expressed as a percentage.
percentageProgress
- The progress of the bulk provisioning task expressed as a percentage.Copyright © 2022. All rights reserved.