public static interface RetentionSetting.Builder extends SdkPojo, CopyableBuilder<RetentionSetting.Builder,RetentionSetting>
| Modifier and Type | Method and Description |
|---|---|
RetentionSetting.Builder |
retentionPeriod(Integer retentionPeriod)
The retention period specifies a fixed period of time during which the Security Lake object remains locked.
|
RetentionSetting.Builder |
storageClass(StorageClass storageClass)
The range of storage classes that you can choose from based on the data access, resiliency, and cost
requirements of your workloads.
|
RetentionSetting.Builder |
storageClass(String storageClass)
The range of storage classes that you can choose from based on the data access, resiliency, and cost
requirements of your workloads.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRetentionSetting.Builder retentionPeriod(Integer retentionPeriod)
The retention period specifies a fixed period of time during which the Security Lake object remains locked. You can specify the retention period for one or more source in days.
retentionPeriod - The retention period specifies a fixed period of time during which the Security Lake object remains
locked. You can specify the retention period for one or more source in days.RetentionSetting.Builder storageClass(String storageClass)
The range of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads.
storageClass - The range of storage classes that you can choose from based on the data access, resiliency, and cost
requirements of your workloads.StorageClass,
StorageClassRetentionSetting.Builder storageClass(StorageClass storageClass)
The range of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads.
storageClass - The range of storage classes that you can choose from based on the data access, resiliency, and cost
requirements of your workloads.StorageClass,
StorageClassCopyright © 2022. All rights reserved.