Class StorageInsightsReportConfigCsvOptions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.storage_insights_report_config.StorageInsightsReportConfigCsvOptions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<StorageInsightsReportConfigCsvOptions>
- Enclosing interface:
- StorageInsightsReportConfigCsvOptions
@Stability(Stable) public static final class StorageInsightsReportConfigCsvOptions.Builder extends Object implements software.amazon.jsii.Builder<StorageInsightsReportConfigCsvOptions>
A builder forStorageInsightsReportConfigCsvOptions
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StorageInsightsReportConfigCsvOptionsbuild()Builds the configured instance.StorageInsightsReportConfigCsvOptions.Builderdelimiter(String delimiter)Sets the value ofStorageInsightsReportConfigCsvOptions.getDelimiter()StorageInsightsReportConfigCsvOptions.BuilderheaderRequired(com.hashicorp.cdktf.IResolvable headerRequired)Sets the value ofStorageInsightsReportConfigCsvOptions.getHeaderRequired()StorageInsightsReportConfigCsvOptions.BuilderheaderRequired(Boolean headerRequired)Sets the value ofStorageInsightsReportConfigCsvOptions.getHeaderRequired()StorageInsightsReportConfigCsvOptions.BuilderrecordSeparator(String recordSeparator)Sets the value ofStorageInsightsReportConfigCsvOptions.getRecordSeparator()
-
-
-
Method Detail
-
delimiter
@Stability(Stable) public StorageInsightsReportConfigCsvOptions.Builder delimiter(String delimiter)
Sets the value ofStorageInsightsReportConfigCsvOptions.getDelimiter()- Parameters:
delimiter- The delimiter used to separate the fields in the inventory report CSV file. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#delimiter StorageInsightsReportConfig#delimiter}- Returns:
this
-
headerRequired
@Stability(Stable) public StorageInsightsReportConfigCsvOptions.Builder headerRequired(Boolean headerRequired)
Sets the value ofStorageInsightsReportConfigCsvOptions.getHeaderRequired()- Parameters:
headerRequired- The boolean that indicates whether or not headers are included in the inventory report CSV file. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#header_required StorageInsightsReportConfig#header_required}- Returns:
this
-
headerRequired
@Stability(Stable) public StorageInsightsReportConfigCsvOptions.Builder headerRequired(com.hashicorp.cdktf.IResolvable headerRequired)
Sets the value ofStorageInsightsReportConfigCsvOptions.getHeaderRequired()- Parameters:
headerRequired- The boolean that indicates whether or not headers are included in the inventory report CSV file. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#header_required StorageInsightsReportConfig#header_required}- Returns:
this
-
recordSeparator
@Stability(Stable) public StorageInsightsReportConfigCsvOptions.Builder recordSeparator(String recordSeparator)
Sets the value ofStorageInsightsReportConfigCsvOptions.getRecordSeparator()- Parameters:
recordSeparator- The character used to separate the records in the inventory report CSV file. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#record_separator StorageInsightsReportConfig#record_separator}- Returns:
this
-
build
@Stability(Stable) public StorageInsightsReportConfigCsvOptions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<StorageInsightsReportConfigCsvOptions>- Returns:
- a new instance of
StorageInsightsReportConfigCsvOptions - Throws:
NullPointerException- if any required attribute was not provided
-
-