Interface StorageBucketWebsite
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
StorageBucketWebsite.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.826Z") @Stability(Stable) public interface StorageBucketWebsite extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageBucketWebsite.BuilderA builder forStorageBucketWebsitestatic classStorageBucketWebsite.Jsii$ProxyAn implementation forStorageBucketWebsite
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static StorageBucketWebsite.Builderbuilder()default StringgetMainPageSuffix()Behaves as the bucket's directory index where missing objects are treated as potential directories.default StringgetNotFoundPage()The custom object to return when a requested resource is not found.
-
-
-
Method Detail
-
getMainPageSuffix
@Stability(Stable) @Nullable default String getMainPageSuffix()
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}
-
getNotFoundPage
@Stability(Stable) @Nullable default String getNotFoundPage()
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}
-
builder
@Stability(Stable) static StorageBucketWebsite.Builder builder()
- Returns:
- a
StorageBucketWebsite.BuilderofStorageBucketWebsite
-
-