@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFileSystemOpenZFSConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration object for the OpenZFS file system used in the DeleteFileSystem
operation.
Constructor and Description |
---|
DeleteFileSystemOpenZFSConfiguration() |
Modifier and Type | Method and Description |
---|---|
DeleteFileSystemOpenZFSConfiguration |
clone() |
boolean |
equals(Object obj) |
List<Tag> |
getFinalBackupTags() |
Boolean |
getSkipFinalBackup()
By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the
DeleteFileSystem
operation is invoked. |
int |
hashCode() |
Boolean |
isSkipFinalBackup()
By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the
DeleteFileSystem
operation is invoked. |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFinalBackupTags(Collection<Tag> finalBackupTags) |
void |
setSkipFinalBackup(Boolean skipFinalBackup)
By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the
DeleteFileSystem
operation is invoked. |
String |
toString()
Returns a string representation of this object.
|
DeleteFileSystemOpenZFSConfiguration |
withFinalBackupTags(Collection<Tag> finalBackupTags) |
DeleteFileSystemOpenZFSConfiguration |
withFinalBackupTags(Tag... finalBackupTags)
NOTE: This method appends the values to the existing list (if any).
|
DeleteFileSystemOpenZFSConfiguration |
withSkipFinalBackup(Boolean skipFinalBackup)
By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the
DeleteFileSystem
operation is invoked. |
public DeleteFileSystemOpenZFSConfiguration()
public void setSkipFinalBackup(Boolean skipFinalBackup)
By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the DeleteFileSystem
operation is invoked. Doing this helps protect you from data loss, and we highly recommend taking the final
backup. If you want to skip this backup, use this value to do so.
skipFinalBackup
- By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the
DeleteFileSystem
operation is invoked. Doing this helps protect you from data loss, and we
highly recommend taking the final backup. If you want to skip this backup, use this value to do so.public Boolean getSkipFinalBackup()
By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the DeleteFileSystem
operation is invoked. Doing this helps protect you from data loss, and we highly recommend taking the final
backup. If you want to skip this backup, use this value to do so.
DeleteFileSystem
operation is invoked. Doing this helps protect you from data loss, and we
highly recommend taking the final backup. If you want to skip this backup, use this value to do so.public DeleteFileSystemOpenZFSConfiguration withSkipFinalBackup(Boolean skipFinalBackup)
By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the DeleteFileSystem
operation is invoked. Doing this helps protect you from data loss, and we highly recommend taking the final
backup. If you want to skip this backup, use this value to do so.
skipFinalBackup
- By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the
DeleteFileSystem
operation is invoked. Doing this helps protect you from data loss, and we
highly recommend taking the final backup. If you want to skip this backup, use this value to do so.public Boolean isSkipFinalBackup()
By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the DeleteFileSystem
operation is invoked. Doing this helps protect you from data loss, and we highly recommend taking the final
backup. If you want to skip this backup, use this value to do so.
DeleteFileSystem
operation is invoked. Doing this helps protect you from data loss, and we
highly recommend taking the final backup. If you want to skip this backup, use this value to do so.public void setFinalBackupTags(Collection<Tag> finalBackupTags)
finalBackupTags
- public DeleteFileSystemOpenZFSConfiguration withFinalBackupTags(Tag... finalBackupTags)
NOTE: This method appends the values to the existing list (if any). Use
setFinalBackupTags(java.util.Collection)
or withFinalBackupTags(java.util.Collection)
if you
want to override the existing values.
finalBackupTags
- public DeleteFileSystemOpenZFSConfiguration withFinalBackupTags(Collection<Tag> finalBackupTags)
finalBackupTags
- public String toString()
toString
in class Object
Object.toString()
public DeleteFileSystemOpenZFSConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.