public static interface AssetBundleImportJobSummary.Builder extends SdkPojo, CopyableBuilder<AssetBundleImportJobSummary.Builder,AssetBundleImportJobSummary>
| Modifier and Type | Method and Description |
|---|---|
AssetBundleImportJobSummary.Builder |
arn(String arn)
The ARN of the import job.
|
AssetBundleImportJobSummary.Builder |
assetBundleImportJobId(String assetBundleImportJobId)
The ID of the job.
|
AssetBundleImportJobSummary.Builder |
createdTime(Instant createdTime)
The time that the import job was created.
|
AssetBundleImportJobSummary.Builder |
failureAction(AssetBundleImportFailureAction failureAction)
The failure action for the import job.
|
AssetBundleImportJobSummary.Builder |
failureAction(String failureAction)
The failure action for the import job.
|
AssetBundleImportJobSummary.Builder |
jobStatus(AssetBundleImportJobStatus jobStatus)
The current status of the import job.
|
AssetBundleImportJobSummary.Builder |
jobStatus(String jobStatus)
The current status of the import job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetBundleImportJobSummary.Builder jobStatus(String jobStatus)
The current status of the import job.
jobStatus - The current status of the import job.AssetBundleImportJobStatus,
AssetBundleImportJobStatusAssetBundleImportJobSummary.Builder jobStatus(AssetBundleImportJobStatus jobStatus)
The current status of the import job.
jobStatus - The current status of the import job.AssetBundleImportJobStatus,
AssetBundleImportJobStatusAssetBundleImportJobSummary.Builder arn(String arn)
The ARN of the import job.
arn - The ARN of the import job.AssetBundleImportJobSummary.Builder createdTime(Instant createdTime)
The time that the import job was created.
createdTime - The time that the import job was created.AssetBundleImportJobSummary.Builder assetBundleImportJobId(String assetBundleImportJobId)
The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.
assetBundleImportJobId - The ID of the job. This ID is unique while the job is running. After the job is completed, you can
reuse this ID for another job.AssetBundleImportJobSummary.Builder failureAction(String failureAction)
The failure action for the import job.
failureAction - The failure action for the import job.AssetBundleImportFailureAction,
AssetBundleImportFailureActionAssetBundleImportJobSummary.Builder failureAction(AssetBundleImportFailureAction failureAction)
The failure action for the import job.
failureAction - The failure action for the import job.AssetBundleImportFailureAction,
AssetBundleImportFailureActionCopyright © 2023. All rights reserved.