public static interface GetUploadStatusResponse.Builder extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<GetUploadStatusResponse.Builder,GetUploadStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
GetUploadStatusResponse.Builder |
createdDate(Instant createdDate)
The date at which the upload was created.
|
GetUploadStatusResponse.Builder |
failureReason(Collection<String> failureReason)
The reason for an upload failure.
|
GetUploadStatusResponse.Builder |
failureReason(String... failureReason)
The reason for an upload failure.
|
GetUploadStatusResponse.Builder |
namespaceArn(String namespaceArn)
The ARN of the upload.
|
GetUploadStatusResponse.Builder |
namespaceName(String namespaceName)
The name of the upload's namespace.
|
GetUploadStatusResponse.Builder |
namespaceVersion(Long namespaceVersion)
The version of the user's namespace.
|
GetUploadStatusResponse.Builder |
uploadId(String uploadId)
The ID of the upload.
|
GetUploadStatusResponse.Builder |
uploadStatus(String uploadStatus)
The status of the upload.
|
GetUploadStatusResponse.Builder |
uploadStatus(UploadStatus uploadStatus)
The status of the upload.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetUploadStatusResponse.Builder uploadId(String uploadId)
The ID of the upload.
uploadId - The ID of the upload.GetUploadStatusResponse.Builder uploadStatus(String uploadStatus)
The status of the upload. The initial status is IN_PROGRESS. The response show all validation
failures if the upload fails.
uploadStatus - The status of the upload. The initial status is IN_PROGRESS. The response show all
validation failures if the upload fails.UploadStatus,
UploadStatusGetUploadStatusResponse.Builder uploadStatus(UploadStatus uploadStatus)
The status of the upload. The initial status is IN_PROGRESS. The response show all validation
failures if the upload fails.
uploadStatus - The status of the upload. The initial status is IN_PROGRESS. The response show all
validation failures if the upload fails.UploadStatus,
UploadStatusGetUploadStatusResponse.Builder namespaceArn(String namespaceArn)
The ARN of the upload.
namespaceArn - The ARN of the upload.GetUploadStatusResponse.Builder namespaceName(String namespaceName)
The name of the upload's namespace.
namespaceName - The name of the upload's namespace.GetUploadStatusResponse.Builder namespaceVersion(Long namespaceVersion)
The version of the user's namespace. Defaults to the latest version of the user's namespace.
namespaceVersion - The version of the user's namespace. Defaults to the latest version of the user's namespace.GetUploadStatusResponse.Builder failureReason(Collection<String> failureReason)
The reason for an upload failure.
failureReason - The reason for an upload failure.GetUploadStatusResponse.Builder failureReason(String... failureReason)
The reason for an upload failure.
failureReason - The reason for an upload failure.GetUploadStatusResponse.Builder createdDate(Instant createdDate)
The date at which the upload was created.
createdDate - The date at which the upload was created.Copyright © 2021. All rights reserved.