Interface AssetBundleExportJobSummary.Builder

    • Method Detail

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