Interface DataLakeLifecycleTransition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataLakeLifecycleTransition.Builder,DataLakeLifecycleTransition>,SdkBuilder<DataLakeLifecycleTransition.Builder,DataLakeLifecycleTransition>,SdkPojo
- Enclosing class:
- DataLakeLifecycleTransition
public static interface DataLakeLifecycleTransition.Builder extends SdkPojo, CopyableBuilder<DataLakeLifecycleTransition.Builder,DataLakeLifecycleTransition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataLakeLifecycleTransition.Builderdays(Integer days)Number of days before data transitions to a different S3 Storage Class in the Amazon Security Lake object.DataLakeLifecycleTransition.BuilderstorageClass(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, sdkFields
-
-
-
-
Method Detail
-
days
DataLakeLifecycleTransition.Builder days(Integer 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
DataLakeLifecycleTransition.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.
- 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.
-
-