Interface StartAssetBundleImportJobResponse.Builder

    • Method Detail

      • arn

        StartAssetBundleImportJobResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) for the import job.

        Parameters:
        arn - The Amazon Resource Name (ARN) for the import job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assetBundleImportJobId

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

        StartAssetBundleImportJobResponse.Builder requestId​(String requestId)

        The Amazon Web Services response ID for this operation.

        Parameters:
        requestId - The Amazon Web Services response ID for this operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        StartAssetBundleImportJobResponse.Builder status​(Integer status)

        The HTTP status of the response.

        Parameters:
        status - The HTTP status of the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.