Class StartAssetBundleExportJobRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

        The ID of the Amazon Web Services account to export assets from.

        Returns:
        The ID of the Amazon Web Services account to export assets from.
      • assetBundleExportJobId

        public final String assetBundleExportJobId()

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

        public final boolean hasResourceArns()
        For responses, this returns true if the service returned a value for the ResourceArns property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • resourceArns

        public final List<String> resourceArns()

        An array of resource ARNs to export. The following resources are supported.

        • Analysis

        • Dashboard

        • DataSet

        • DataSource

        • RefreshSchedule

        • Theme

        • VPCConnection

        The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasResourceArns() method.

        Returns:
        An array of resource ARNs to export. The following resources are supported.

        • Analysis

        • Dashboard

        • DataSet

        • DataSource

        • RefreshSchedule

        • Theme

        • VPCConnection

        The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.

      • includeAllDependencies

        public final Boolean includeAllDependencies()

        A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the job. For example, say you provided a Dashboard ARN to the ResourceArns parameter. If you set IncludeAllDependencies to TRUE, any theme, dataset, and data source resource that is a dependency of the dashboard is also exported.

        Returns:
        A Boolean that determines whether all dependencies of each resource ARN are recursively exported with the job. For example, say you provided a Dashboard ARN to the ResourceArns parameter. If you set IncludeAllDependencies to TRUE, any theme, dataset, and data source resource that is a dependency of the dashboard is also exported.
      • cloudFormationOverridePropertyConfiguration

        public final AssetBundleCloudFormationOverridePropertyConfiguration cloudFormationOverridePropertyConfiguration()

        An optional collection of structures that generate CloudFormation parameters to override the existing resource property values when the resource is exported to a new CloudFormation template.

        Use this field if the ExportFormat field of a StartAssetBundleExportJobRequest API call is set to CLOUDFORMATION_JSON.

        Returns:
        An optional collection of structures that generate CloudFormation parameters to override the existing resource property values when the resource is exported to a new CloudFormation template.

        Use this field if the ExportFormat field of a StartAssetBundleExportJobRequest API call is set to CLOUDFORMATION_JSON.

      • includePermissions

        public final Boolean includePermissions()

        A Boolean that determines whether all permissions for each resource ARN are exported with the job. If you set IncludePermissions to TRUE, any permissions associated with each resource are exported.

        Returns:
        A Boolean that determines whether all permissions for each resource ARN are exported with the job. If you set IncludePermissions to TRUE, any permissions associated with each resource are exported.
      • includeTags

        public final Boolean includeTags()

        A Boolean that determines whether all tags for each resource ARN are exported with the job. If you set IncludeTags to TRUE, any tags associated with each resource are exported.

        Returns:
        A Boolean that determines whether all tags for each resource ARN are exported with the job. If you set IncludeTags to TRUE, any tags associated with each resource are exported.
      • validationStrategy

        public final AssetBundleExportJobValidationStrategy validationStrategy()

        An optional parameter that determines which validation strategy to use for the export job. If StrictModeForAllResources is set to TRUE, strict validation for every error is enforced. If it is set to FALSE, validation is skipped for specific UI errors that are shown as warnings. The default value for StrictModeForAllResources is FALSE.

        Returns:
        An optional parameter that determines which validation strategy to use for the export job. If StrictModeForAllResources is set to TRUE, strict validation for every error is enforced. If it is set to FALSE, validation is skipped for specific UI errors that are shown as warnings. The default value for StrictModeForAllResources is FALSE.
      • 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