Interface StorageBucketAutoclass
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
StorageBucketAutoclass.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.819Z") @Stability(Stable) public interface StorageBucketAutoclass extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageBucketAutoclass.BuilderA builder forStorageBucketAutoclassstatic classStorageBucketAutoclass.Jsii$ProxyAn implementation forStorageBucketAutoclass
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static StorageBucketAutoclass.Builderbuilder()ObjectgetEnabled()While set to true, autoclass automatically transitions objects in your bucket to appropriate storage classes based on each object's access pattern.default StringgetTerminalStorageClass()The storage class that objects in the bucket eventually transition to if they are not read for a certain length of time.
-
-
-
Method Detail
-
getEnabled
@Stability(Stable) @NotNull Object getEnabled()
While set to true, autoclass automatically transitions objects in your bucket to appropriate storage classes based on each object's access pattern.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket#enabled StorageBucket#enabled}
-
getTerminalStorageClass
@Stability(Stable) @Nullable default String getTerminalStorageClass()
The storage class that objects in the bucket eventually transition to if they are not read for a certain length of time.Supported values include: NEARLINE, ARCHIVE. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_bucket#terminal_storage_class StorageBucket#terminal_storage_class}
-
builder
@Stability(Stable) static StorageBucketAutoclass.Builder builder()
- Returns:
- a
StorageBucketAutoclass.BuilderofStorageBucketAutoclass
-
-