Interface DataLakeLifecycleTransition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataLakeLifecycleTransition.Builder,
,DataLakeLifecycleTransition> SdkBuilder<DataLakeLifecycleTransition.Builder,
,DataLakeLifecycleTransition> SdkPojo
- Enclosing class:
DataLakeLifecycleTransition
@Mutable
@NotThreadSafe
public static interface DataLakeLifecycleTransition.Builder
extends SdkPojo, CopyableBuilder<DataLakeLifecycleTransition.Builder,DataLakeLifecycleTransition>
-
Method Summary
Modifier and TypeMethodDescriptionNumber of days before data transitions to a different S3 Storage Class in the Amazon Security Lake object.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
days
Number of days before data transitions to a different S3 Storage Class in the Amazon Security Lake object.
- Parameters:
days
- Number of days before data transitions to a different S3 Storage Class in the Amazon Security Lake object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageClass
The range of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads.
- Parameters:
storageClass
- The range of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-