Interface AssetBundleImportJobSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssetBundleImportJobSummary.Builder,
,AssetBundleImportJobSummary> SdkBuilder<AssetBundleImportJobSummary.Builder,
,AssetBundleImportJobSummary> SdkPojo
- Enclosing class:
AssetBundleImportJobSummary
@Mutable
@NotThreadSafe
public static interface AssetBundleImportJobSummary.Builder
extends SdkPojo, CopyableBuilder<AssetBundleImportJobSummary.Builder,AssetBundleImportJobSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the import job.assetBundleImportJobId
(String assetBundleImportJobId) The ID of the job.createdTime
(Instant createdTime) The time that the import job was created.failureAction
(String failureAction) The failure action for the import job.failureAction
(AssetBundleImportFailureAction failureAction) The failure action for the import job.The current status of the import job.jobStatus
(AssetBundleImportJobStatus jobStatus) The current status of the import 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
-
jobStatus
The current status of the import job.
- Parameters:
jobStatus
- The current status of the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The current status of the import job.
- Parameters:
jobStatus
- The current status of the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
arn
The ARN of the import job.
- Parameters:
arn
- The ARN of the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The time that the import job was created.
- Parameters:
createdTime
- The time that the import job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureAction
The failure action for the import job.
- Parameters:
failureAction
- The failure action for the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureAction
The failure action for the import job.
- Parameters:
failureAction
- The failure action for the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-