@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataLakeConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Provides details of Amazon Security Lake object.
Constructor and Description |
---|
DataLakeConfiguration() |
Modifier and Type | Method and Description |
---|---|
DataLakeConfiguration |
clone() |
boolean |
equals(Object obj) |
DataLakeEncryptionConfiguration |
getEncryptionConfiguration()
Provides encryption details of Amazon Security Lake object.
|
DataLakeLifecycleConfiguration |
getLifecycleConfiguration()
Provides lifecycle details of Amazon Security Lake object.
|
String |
getRegion()
The Amazon Web Services Regions where Security Lake is automatically enabled.
|
DataLakeReplicationConfiguration |
getReplicationConfiguration()
Provides replication details of Amazon Security Lake object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEncryptionConfiguration(DataLakeEncryptionConfiguration encryptionConfiguration)
Provides encryption details of Amazon Security Lake object.
|
void |
setLifecycleConfiguration(DataLakeLifecycleConfiguration lifecycleConfiguration)
Provides lifecycle details of Amazon Security Lake object.
|
void |
setRegion(String region)
The Amazon Web Services Regions where Security Lake is automatically enabled.
|
void |
setReplicationConfiguration(DataLakeReplicationConfiguration replicationConfiguration)
Provides replication details of Amazon Security Lake object.
|
String |
toString()
Returns a string representation of this object.
|
DataLakeConfiguration |
withEncryptionConfiguration(DataLakeEncryptionConfiguration encryptionConfiguration)
Provides encryption details of Amazon Security Lake object.
|
DataLakeConfiguration |
withLifecycleConfiguration(DataLakeLifecycleConfiguration lifecycleConfiguration)
Provides lifecycle details of Amazon Security Lake object.
|
DataLakeConfiguration |
withRegion(String region)
The Amazon Web Services Regions where Security Lake is automatically enabled.
|
DataLakeConfiguration |
withReplicationConfiguration(DataLakeReplicationConfiguration replicationConfiguration)
Provides replication details of Amazon Security Lake object.
|
public void setEncryptionConfiguration(DataLakeEncryptionConfiguration encryptionConfiguration)
Provides encryption details of Amazon Security Lake object.
encryptionConfiguration
- Provides encryption details of Amazon Security Lake object.public DataLakeEncryptionConfiguration getEncryptionConfiguration()
Provides encryption details of Amazon Security Lake object.
public DataLakeConfiguration withEncryptionConfiguration(DataLakeEncryptionConfiguration encryptionConfiguration)
Provides encryption details of Amazon Security Lake object.
encryptionConfiguration
- Provides encryption details of Amazon Security Lake object.public void setLifecycleConfiguration(DataLakeLifecycleConfiguration lifecycleConfiguration)
Provides lifecycle details of Amazon Security Lake object.
lifecycleConfiguration
- Provides lifecycle details of Amazon Security Lake object.public DataLakeLifecycleConfiguration getLifecycleConfiguration()
Provides lifecycle details of Amazon Security Lake object.
public DataLakeConfiguration withLifecycleConfiguration(DataLakeLifecycleConfiguration lifecycleConfiguration)
Provides lifecycle details of Amazon Security Lake object.
lifecycleConfiguration
- Provides lifecycle details of Amazon Security Lake object.public void setRegion(String region)
The Amazon Web Services Regions where Security Lake is automatically enabled.
region
- The Amazon Web Services Regions where Security Lake is automatically enabled.public String getRegion()
The Amazon Web Services Regions where Security Lake is automatically enabled.
public DataLakeConfiguration withRegion(String region)
The Amazon Web Services Regions where Security Lake is automatically enabled.
region
- The Amazon Web Services Regions where Security Lake is automatically enabled.public void setReplicationConfiguration(DataLakeReplicationConfiguration replicationConfiguration)
Provides replication details of Amazon Security Lake object.
replicationConfiguration
- Provides replication details of Amazon Security Lake object.public DataLakeReplicationConfiguration getReplicationConfiguration()
Provides replication details of Amazon Security Lake object.
public DataLakeConfiguration withReplicationConfiguration(DataLakeReplicationConfiguration replicationConfiguration)
Provides replication details of Amazon Security Lake object.
replicationConfiguration
- Provides replication details of Amazon Security Lake object.public String toString()
toString
in class Object
Object.toString()
public DataLakeConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.