Class StorageBucketWebsite.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • mainPageSuffix

        @Stability(Stable)
        public StorageBucketWebsite.Builder mainPageSuffix​(String mainPageSuffix)
        Parameters:
        mainPageSuffix - Behaves as the bucket's directory index where missing objects are treated as potential directories. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket#main_page_suffix StorageBucket#main_page_suffix}
        Returns:
        this
      • notFoundPage

        @Stability(Stable)
        public StorageBucketWebsite.Builder notFoundPage​(String notFoundPage)
        Parameters:
        notFoundPage - The custom object to return when a requested resource is not found. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket#not_found_page StorageBucket#not_found_page}
        Returns:
        this