Interface AssetBundleImportJobSummary.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AssetBundleImportJobSummary.Builder,AssetBundleImportJobSummary>
,SdkBuilder<AssetBundleImportJobSummary.Builder,AssetBundleImportJobSummary>
,SdkPojo
- Enclosing class:
- AssetBundleImportJobSummary
public static interface AssetBundleImportJobSummary.Builder extends SdkPojo, CopyableBuilder<AssetBundleImportJobSummary.Builder,AssetBundleImportJobSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(String failureAction)
The failure action for the import job.AssetBundleImportJobSummary.Builder
failureAction(AssetBundleImportFailureAction failureAction)
The failure action for the import job.AssetBundleImportJobSummary.Builder
jobStatus(String jobStatus)
The current status of the import job.AssetBundleImportJobSummary.Builder
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, sdkFields
-
-
-
-
Method Detail
-
jobStatus
AssetBundleImportJobSummary.Builder jobStatus(String 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:
AssetBundleImportJobStatus
,AssetBundleImportJobStatus
-
jobStatus
AssetBundleImportJobSummary.Builder jobStatus(AssetBundleImportJobStatus 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:
AssetBundleImportJobStatus
,AssetBundleImportJobStatus
-
arn
AssetBundleImportJobSummary.Builder arn(String 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
AssetBundleImportJobSummary.Builder createdTime(Instant 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
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.
- 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
AssetBundleImportJobSummary.Builder failureAction(String 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:
AssetBundleImportFailureAction
,AssetBundleImportFailureAction
-
failureAction
AssetBundleImportJobSummary.Builder failureAction(AssetBundleImportFailureAction 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:
AssetBundleImportFailureAction
,AssetBundleImportFailureAction
-
-