Interface AssetBundleExportJobSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetBundleExportJobSummary.Builder,AssetBundleExportJobSummary>,SdkBuilder<AssetBundleExportJobSummary.Builder,AssetBundleExportJobSummary>,SdkPojo
- Enclosing class:
- AssetBundleExportJobSummary
@Mutable @NotThreadSafe public static interface AssetBundleExportJobSummary.Builder extends SdkPojo, CopyableBuilder<AssetBundleExportJobSummary.Builder,AssetBundleExportJobSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetBundleExportJobSummary.Builderarn(String arn)The ARN of the export job.AssetBundleExportJobSummary.BuilderassetBundleExportJobId(String assetBundleExportJobId)The ID of the export job.AssetBundleExportJobSummary.BuildercreatedTime(Instant createdTime)The time that the export job was created.AssetBundleExportJobSummary.BuilderexportFormat(String exportFormat)The format for the export job.AssetBundleExportJobSummary.BuilderexportFormat(AssetBundleExportFormat exportFormat)The format for the export job.AssetBundleExportJobSummary.BuilderincludeAllDependencies(Boolean includeAllDependencies)The flag that determines the inclusion of resource dependencies in the returned asset bundle.AssetBundleExportJobSummary.BuilderincludePermissions(Boolean includePermissions)The flag that determines the inclusion of permissions associated with each resource ARN.AssetBundleExportJobSummary.BuilderincludeTags(Boolean includeTags)The flag that determines the inclusion of tags associated with each resource ARN.AssetBundleExportJobSummary.BuilderjobStatus(String jobStatus)The current status of the export job.AssetBundleExportJobSummary.BuilderjobStatus(AssetBundleExportJobStatus jobStatus)The current status of the export 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 Detail
-
jobStatus
AssetBundleExportJobSummary.Builder jobStatus(String jobStatus)
The current status of the export job.
- Parameters:
jobStatus- The current status of the export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssetBundleExportJobStatus,AssetBundleExportJobStatus
-
jobStatus
AssetBundleExportJobSummary.Builder jobStatus(AssetBundleExportJobStatus jobStatus)
The current status of the export job.
- Parameters:
jobStatus- The current status of the export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssetBundleExportJobStatus,AssetBundleExportJobStatus
-
arn
AssetBundleExportJobSummary.Builder arn(String arn)
The ARN of the export job.
- Parameters:
arn- The ARN of the export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
AssetBundleExportJobSummary.Builder createdTime(Instant createdTime)
The time that the export job was created.
- Parameters:
createdTime- The time that the export job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetBundleExportJobId
AssetBundleExportJobSummary.Builder assetBundleExportJobId(String assetBundleExportJobId)
The ID of the export job.
- Parameters:
assetBundleExportJobId- The ID of the export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeAllDependencies
AssetBundleExportJobSummary.Builder includeAllDependencies(Boolean includeAllDependencies)
The flag that determines the inclusion of resource dependencies in the returned asset bundle.
- Parameters:
includeAllDependencies- The flag that determines the inclusion of resource dependencies in the returned asset bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportFormat
AssetBundleExportJobSummary.Builder exportFormat(String exportFormat)
The format for the export job.
- Parameters:
exportFormat- The format for the export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssetBundleExportFormat,AssetBundleExportFormat
-
exportFormat
AssetBundleExportJobSummary.Builder exportFormat(AssetBundleExportFormat exportFormat)
The format for the export job.
- Parameters:
exportFormat- The format for the export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssetBundleExportFormat,AssetBundleExportFormat
-
includePermissions
AssetBundleExportJobSummary.Builder includePermissions(Boolean includePermissions)
The flag that determines the inclusion of permissions associated with each resource ARN.
- Parameters:
includePermissions- The flag that determines the inclusion of permissions associated with each resource ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeTags
AssetBundleExportJobSummary.Builder includeTags(Boolean includeTags)
The flag that determines the inclusion of tags associated with each resource ARN.
- Parameters:
includeTags- The flag that determines the inclusion of tags associated with each resource ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-