Class StartAssetBundleImportJobRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

        The ID of the Amazon Web Services account to import assets into.

        Returns:
        The ID of the Amazon Web Services account to import assets into.
      • assetBundleImportJobId

        public final 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.

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

        public final AssetBundleImportSource assetBundleImportSource()

        The source of the asset bundle zip file that contains the data that you want to import. The file must be in QUICKSIGHT_JSON format.

        Returns:
        The source of the asset bundle zip file that contains the data that you want to import. The file must be in QUICKSIGHT_JSON format.
      • overrideParameters

        public final AssetBundleImportJobOverrideParameters overrideParameters()

        Optional overrides that are applied to the resource configuration before import.

        Returns:
        Optional overrides that are applied to the resource configuration before import.
      • failureAction

        public final AssetBundleImportFailureAction failureAction()

        The failure action for the import job.

        If you choose ROLLBACK, failed import jobs will attempt to undo any asset changes caused by the failed job.

        If you choose DO_NOTHING, failed import jobs will not attempt to roll back any asset changes caused by the failed job, possibly keeping the QuickSight account in an inconsistent state.

        If the service returns an enum value that is not available in the current SDK version, failureAction will return AssetBundleImportFailureAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from failureActionAsString().

        Returns:
        The failure action for the import job.

        If you choose ROLLBACK, failed import jobs will attempt to undo any asset changes caused by the failed job.

        If you choose DO_NOTHING, failed import jobs will not attempt to roll back any asset changes caused by the failed job, possibly keeping the QuickSight account in an inconsistent state.

        See Also:
        AssetBundleImportFailureAction
      • failureActionAsString

        public final String failureActionAsString()

        The failure action for the import job.

        If you choose ROLLBACK, failed import jobs will attempt to undo any asset changes caused by the failed job.

        If you choose DO_NOTHING, failed import jobs will not attempt to roll back any asset changes caused by the failed job, possibly keeping the QuickSight account in an inconsistent state.

        If the service returns an enum value that is not available in the current SDK version, failureAction will return AssetBundleImportFailureAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from failureActionAsString().

        Returns:
        The failure action for the import job.

        If you choose ROLLBACK, failed import jobs will attempt to undo any asset changes caused by the failed job.

        If you choose DO_NOTHING, failed import jobs will not attempt to roll back any asset changes caused by the failed job, possibly keeping the QuickSight account in an inconsistent state.

        See Also:
        AssetBundleImportFailureAction
      • overridePermissions

        public final AssetBundleImportJobOverridePermissions overridePermissions()

        Optional permission overrides that are applied to the resource configuration before import.

        Returns:
        Optional permission overrides that are applied to the resource configuration before import.
      • overrideTags

        public final AssetBundleImportJobOverrideTags overrideTags()

        Optional tag overrides that are applied to the resource configuration before import.

        Returns:
        Optional tag overrides that are applied to the resource configuration before import.
      • overrideValidationStrategy

        public final AssetBundleImportJobOverrideValidationStrategy overrideValidationStrategy()

        An optional validation strategy override for all analyses and dashboards that is applied to the resource configuration before import.

        Returns:
        An optional validation strategy override for all analyses and dashboards that is applied to the resource configuration before import.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object