Interface UploadJobItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UploadJobItem.Builder,
,UploadJobItem> SdkBuilder<UploadJobItem.Builder,
,UploadJobItem> SdkPojo
- Enclosing class:
UploadJobItem
@Mutable
@NotThreadSafe
public static interface UploadJobItem.Builder
extends SdkPojo, CopyableBuilder<UploadJobItem.Builder,UploadJobItem>
-
Method Summary
Modifier and TypeMethodDescriptioncompletedAt
(Instant completedAt) The timestamp when the upload job was completed.The timestamp when the upload job was created.dataExpiry
(Integer dataExpiry) The expiry duration for the profiles ingested with the upload job.displayName
(String displayName) The name of the upload job.The unique identifier of the upload job.The current status of the upload job.status
(UploadJobStatus status) The current status of the upload job.statusReason
(String statusReason) The reason for the current status of the upload job.statusReason
(StatusReason statusReason) The reason for the current status of the upload job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
jobId
The unique identifier of the upload job.
- Parameters:
jobId
- The unique identifier of the upload job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The name of the upload job.
- Parameters:
displayName
- The name of the upload job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the upload job.
- Parameters:
status
- The current status of the upload job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the upload job.
- Parameters:
status
- The current status of the upload job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The reason for the current status of the upload job.
- Parameters:
statusReason
- The reason for the current status of the upload job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The reason for the current status of the upload job.
- Parameters:
statusReason
- The reason for the current status of the upload job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the upload job was created.
- Parameters:
createdAt
- The timestamp when the upload job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completedAt
The timestamp when the upload job was completed.
- Parameters:
completedAt
- The timestamp when the upload job was completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataExpiry
The expiry duration for the profiles ingested with the upload job.
- Parameters:
dataExpiry
- The expiry duration for the profiles ingested with the upload job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-