Interface AssetBundleExportJobDataSourceOverrideProperties.Builder

    • Method Detail

      • arn

        AssetBundleExportJobDataSourceOverrideProperties.Builder arn​(String arn)

        The ARN of the specific DataSource resource whose override properties are configured in this structure.

        Parameters:
        arn - The ARN of the specific DataSource resource whose override properties are configured in this structure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertiesWithStrings

        AssetBundleExportJobDataSourceOverrideProperties.Builder propertiesWithStrings​(Collection<String> properties)

        A list of DataSource resource properties to generate variables for in the returned CloudFormation template.

        Parameters:
        properties - A list of DataSource resource properties to generate variables for in the returned CloudFormation template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertiesWithStrings

        AssetBundleExportJobDataSourceOverrideProperties.Builder propertiesWithStrings​(String... properties)

        A list of DataSource resource properties to generate variables for in the returned CloudFormation template.

        Parameters:
        properties - A list of DataSource resource properties to generate variables for in the returned CloudFormation template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.