Class StorageInsightsReportConfig.Builder

    • Method Detail

      • connection

        @Stability(Experimental)
        public StorageInsightsReportConfig.Builder connection​(com.hashicorp.cdktf.SSHProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public StorageInsightsReportConfig.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • count

        @Stability(Experimental)
        public StorageInsightsReportConfig.Builder count​(com.hashicorp.cdktf.TerraformCount count)
        Parameters:
        count - This parameter is required.
        Returns:
        this
      • dependsOn

        @Stability(Experimental)
        public StorageInsightsReportConfig.Builder dependsOn​(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
        Parameters:
        dependsOn - This parameter is required.
        Returns:
        this
      • forEach

        @Stability(Experimental)
        public StorageInsightsReportConfig.Builder forEach​(com.hashicorp.cdktf.ITerraformIterator forEach)
        Parameters:
        forEach - This parameter is required.
        Returns:
        this
      • lifecycle

        @Stability(Experimental)
        public StorageInsightsReportConfig.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Parameters:
        lifecycle - This parameter is required.
        Returns:
        this
      • provider

        @Stability(Experimental)
        public StorageInsightsReportConfig.Builder provider​(com.hashicorp.cdktf.TerraformProvider provider)
        Parameters:
        provider - This parameter is required.
        Returns:
        this
      • csvOptions

        @Stability(Stable)
        public StorageInsightsReportConfig.Builder csvOptions​(StorageInsightsReportConfigCsvOptions csvOptions)
        csv_options block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#csv_options StorageInsightsReportConfig#csv_options}

        Parameters:
        csvOptions - csv_options block. This parameter is required.
        Returns:
        this
      • location

        @Stability(Stable)
        public StorageInsightsReportConfig.Builder location​(String location)
        The location of the ReportConfig. The source and destination buckets specified in the ReportConfig must be in the same location.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#location StorageInsightsReportConfig#location}

        Parameters:
        location - The location of the ReportConfig. The source and destination buckets specified in the ReportConfig must be in the same location. This parameter is required.
        Returns:
        this
      • displayName

        @Stability(Stable)
        public StorageInsightsReportConfig.Builder displayName​(String displayName)
        The editable display name of the inventory report configuration. Has a limit of 256 characters. Can be empty.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#display_name StorageInsightsReportConfig#display_name}

        Parameters:
        displayName - The editable display name of the inventory report configuration. Has a limit of 256 characters. Can be empty. This parameter is required.
        Returns:
        this
      • frequencyOptions

        @Stability(Stable)
        public StorageInsightsReportConfig.Builder frequencyOptions​(StorageInsightsReportConfigFrequencyOptions frequencyOptions)
        frequency_options block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#frequency_options StorageInsightsReportConfig#frequency_options}

        Parameters:
        frequencyOptions - frequency_options block. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public StorageInsightsReportConfig.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#id StorageInsightsReportConfig#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

        Parameters:
        id - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#id StorageInsightsReportConfig#id}. This parameter is required.
        Returns:
        this
      • objectMetadataReportOptions

        @Stability(Stable)
        public StorageInsightsReportConfig.Builder objectMetadataReportOptions​(StorageInsightsReportConfigObjectMetadataReportOptions objectMetadataReportOptions)
        object_metadata_report_options block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#object_metadata_report_options StorageInsightsReportConfig#object_metadata_report_options}

        Parameters:
        objectMetadataReportOptions - object_metadata_report_options block. This parameter is required.
        Returns:
        this
      • project

        @Stability(Stable)
        public StorageInsightsReportConfig.Builder project​(String project)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#project StorageInsightsReportConfig#project}.

        Parameters:
        project - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#project StorageInsightsReportConfig#project}. This parameter is required.
        Returns:
        this
      • timeouts

        @Stability(Stable)
        public StorageInsightsReportConfig.Builder timeouts​(StorageInsightsReportConfigTimeouts timeouts)
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#timeouts StorageInsightsReportConfig#timeouts}

        Parameters:
        timeouts - timeouts block. This parameter is required.
        Returns:
        this