public static interface AssetBundleExportJobSummary.Builder extends SdkPojo, CopyableBuilder<AssetBundleExportJobSummary.Builder,AssetBundleExportJobSummary>
| Modifier and Type | Method and Description |
|---|---|
AssetBundleExportJobSummary.Builder |
arn(String arn)
The ARN of the export job.
|
AssetBundleExportJobSummary.Builder |
assetBundleExportJobId(String assetBundleExportJobId)
The ID of the export job.
|
AssetBundleExportJobSummary.Builder |
createdTime(Instant createdTime)
The time that the export job was created.
|
AssetBundleExportJobSummary.Builder |
exportFormat(AssetBundleExportFormat exportFormat)
The format for the export job.
|
AssetBundleExportJobSummary.Builder |
exportFormat(String exportFormat)
The format for the export job.
|
AssetBundleExportJobSummary.Builder |
includeAllDependencies(Boolean includeAllDependencies)
The flag that determines the inclusion of resource dependencies in the returned asset bundle.
|
AssetBundleExportJobSummary.Builder |
jobStatus(AssetBundleExportJobStatus jobStatus)
The current status of the export job.
|
AssetBundleExportJobSummary.Builder |
jobStatus(String jobStatus)
The current status of the export job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetBundleExportJobSummary.Builder jobStatus(String jobStatus)
The current status of the export job.
jobStatus - The current status of the export job.AssetBundleExportJobStatus,
AssetBundleExportJobStatusAssetBundleExportJobSummary.Builder jobStatus(AssetBundleExportJobStatus jobStatus)
The current status of the export job.
jobStatus - The current status of the export job.AssetBundleExportJobStatus,
AssetBundleExportJobStatusAssetBundleExportJobSummary.Builder arn(String arn)
The ARN of the export job.
arn - The ARN of the export job.AssetBundleExportJobSummary.Builder createdTime(Instant createdTime)
The time that the export job was created.
createdTime - The time that the export job was created.AssetBundleExportJobSummary.Builder assetBundleExportJobId(String assetBundleExportJobId)
The ID of the export job.
assetBundleExportJobId - The ID of the export job.AssetBundleExportJobSummary.Builder includeAllDependencies(Boolean includeAllDependencies)
The flag that determines the inclusion of resource dependencies in the returned asset bundle.
includeAllDependencies - The flag that determines the inclusion of resource dependencies in the returned asset bundle.AssetBundleExportJobSummary.Builder exportFormat(String exportFormat)
The format for the export job.
exportFormat - The format for the export job.AssetBundleExportFormat,
AssetBundleExportFormatAssetBundleExportJobSummary.Builder exportFormat(AssetBundleExportFormat exportFormat)
The format for the export job.
exportFormat - The format for the export job.AssetBundleExportFormat,
AssetBundleExportFormatCopyright © 2023. All rights reserved.