Class CfnDataLake.TransitionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.securitylake.CfnDataLake.TransitionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataLake.TransitionsProperty>
- Enclosing interface:
CfnDataLake.TransitionsProperty
@Stability(Stable)
public static final class CfnDataLake.TransitionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataLake.TransitionsProperty>
A builder for
CfnDataLake.TransitionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnDataLake.TransitionsProperty.getDays()
storageClass
(String storageClass) Sets the value ofCfnDataLake.TransitionsProperty.getStorageClass()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
days
Sets the value ofCfnDataLake.TransitionsProperty.getDays()
- Parameters:
days
- The number of days before data transitions to a different S3 Storage Class in the Amazon Security Lake object.- Returns:
this
-
storageClass
Sets the value ofCfnDataLake.TransitionsProperty.getStorageClass()
- Parameters:
storageClass
- The list of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads. The default storage class is S3 Standard.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDataLake.TransitionsProperty>
- Returns:
- a new instance of
CfnDataLake.TransitionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-