@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFileSystemOpenZFSConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration object for the Amazon FSx for 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()
A list of tags to apply to the file system's final backup.
|
List<String> |
getOptions()
To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS . |
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)
A list of tags to apply to the file system's final backup.
|
void |
setOptions(Collection<String> options)
To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS . |
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)
A list of tags to apply to the file system's final backup.
|
DeleteFileSystemOpenZFSConfiguration |
withFinalBackupTags(Tag... finalBackupTags)
A list of tags to apply to the file system's final backup.
|
DeleteFileSystemOpenZFSConfiguration |
withOptions(Collection<String> options)
To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS . |
DeleteFileSystemOpenZFSConfiguration |
withOptions(DeleteFileSystemOpenZFSOption... options)
To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS . |
DeleteFileSystemOpenZFSConfiguration |
withOptions(String... options)
To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS . |
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 taking a final backup, set this value to true
.
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 taking a final backup, set this value to
true
.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 taking a final backup, set this value to true
.
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 taking a final backup, set this value to
true
.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 taking a final backup, set this value to true
.
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 taking a final backup, set this value to
true
.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 taking a final backup, set this value to true
.
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 taking a final backup, set this value to
true
.public List<Tag> getFinalBackupTags()
A list of tags to apply to the file system's final backup.
public void setFinalBackupTags(Collection<Tag> finalBackupTags)
A list of tags to apply to the file system's final backup.
finalBackupTags
- A list of tags to apply to the file system's final backup.public DeleteFileSystemOpenZFSConfiguration withFinalBackupTags(Tag... finalBackupTags)
A list of tags to apply to the file system's final backup.
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
- A list of tags to apply to the file system's final backup.public DeleteFileSystemOpenZFSConfiguration withFinalBackupTags(Collection<Tag> finalBackupTags)
A list of tags to apply to the file system's final backup.
finalBackupTags
- A list of tags to apply to the file system's final backup.public List<String> getOptions()
To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. If your file system has child volumes and you don't use this
option, the delete request will fail.
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. If your file system has child volumes and you don't use
this option, the delete request will fail.DeleteFileSystemOpenZFSOption
public void setOptions(Collection<String> options)
To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. If your file system has child volumes and you don't use this
option, the delete request will fail.
options
- To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. If your file system has child volumes and you don't use
this option, the delete request will fail.DeleteFileSystemOpenZFSOption
public DeleteFileSystemOpenZFSConfiguration withOptions(String... options)
To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. If your file system has child volumes and you don't use this
option, the delete request will fail.
NOTE: This method appends the values to the existing list (if any). Use
setOptions(java.util.Collection)
or withOptions(java.util.Collection)
if you want to override
the existing values.
options
- To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. If your file system has child volumes and you don't use
this option, the delete request will fail.DeleteFileSystemOpenZFSOption
public DeleteFileSystemOpenZFSConfiguration withOptions(Collection<String> options)
To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. If your file system has child volumes and you don't use this
option, the delete request will fail.
options
- To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. If your file system has child volumes and you don't use
this option, the delete request will fail.DeleteFileSystemOpenZFSOption
public DeleteFileSystemOpenZFSConfiguration withOptions(DeleteFileSystemOpenZFSOption... options)
To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. If your file system has child volumes and you don't use this
option, the delete request will fail.
options
- To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. If your file system has child volumes and you don't use
this option, the delete request will fail.DeleteFileSystemOpenZFSOption
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.