Interface AssetBundleExportJobSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AssetBundleExportJobSummary.Builder,AssetBundleExportJobSummary>, SdkBuilder<AssetBundleExportJobSummary.Builder,AssetBundleExportJobSummary>, SdkPojo
Enclosing class:
AssetBundleExportJobSummary

public static interface AssetBundleExportJobSummary.Builder extends SdkPojo, CopyableBuilder<AssetBundleExportJobSummary.Builder,AssetBundleExportJobSummary>
  • Method Details

    • 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:
    • 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:
    • 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:
    • 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:
    • 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.