Class StorageInsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.storage_insights_report_config.StorageInsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<StorageInsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions>
- Enclosing interface:
- StorageInsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions
@Stability(Stable) public static final class StorageInsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions.Builder extends Object implements software.amazon.jsii.Builder<StorageInsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StorageInsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions.Builderbucket(String bucket)StorageInsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptionsbuild()Builds the configured instance.StorageInsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions.BuilderdestinationPath(String destinationPath)
-
-
-
Method Detail
-
bucket
@Stability(Stable) public StorageInsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions.Builder bucket(String bucket)
Sets the value ofStorageInsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions.getBucket()- Parameters:
bucket- The destination bucket that stores the generated inventory reports. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#bucket StorageInsightsReportConfig#bucket}- Returns:
this
-
destinationPath
@Stability(Stable) public StorageInsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions.Builder destinationPath(String destinationPath)
Sets the value ofStorageInsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions.getDestinationPath()- Parameters:
destinationPath- The path within the destination bucket to store generated inventory reports. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#destination_path StorageInsightsReportConfig#destination_path}- Returns:
this
-
build
@Stability(Stable) public StorageInsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<StorageInsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions>- Returns:
- a new instance of
StorageInsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions - Throws:
NullPointerException- if any required attribute was not provided
-
-