@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFileSystemLustreConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration object for the Amazon FSx for Lustre file system being deleted in the DeleteFileSystem
operation.
Constructor and Description |
---|
DeleteFileSystemLustreConfiguration() |
Modifier and Type | Method and Description |
---|---|
DeleteFileSystemLustreConfiguration |
clone() |
boolean |
equals(Object obj) |
List<Tag> |
getFinalBackupTags()
Use if
SkipFinalBackup is set to false , and you want to apply an array of tags to the
final backup. |
Boolean |
getSkipFinalBackup()
Set
SkipFinalBackup to false if you want to take a final backup of the file system you are deleting. |
int |
hashCode() |
Boolean |
isSkipFinalBackup()
Set
SkipFinalBackup to false if you want to take a final backup of the file system you are deleting. |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFinalBackupTags(Collection<Tag> finalBackupTags)
Use if
SkipFinalBackup is set to false , and you want to apply an array of tags to the
final backup. |
void |
setSkipFinalBackup(Boolean skipFinalBackup)
Set
SkipFinalBackup to false if you want to take a final backup of the file system you are deleting. |
String |
toString()
Returns a string representation of this object.
|
DeleteFileSystemLustreConfiguration |
withFinalBackupTags(Collection<Tag> finalBackupTags)
Use if
SkipFinalBackup is set to false , and you want to apply an array of tags to the
final backup. |
DeleteFileSystemLustreConfiguration |
withFinalBackupTags(Tag... finalBackupTags)
Use if
SkipFinalBackup is set to false , and you want to apply an array of tags to the
final backup. |
DeleteFileSystemLustreConfiguration |
withSkipFinalBackup(Boolean skipFinalBackup)
Set
SkipFinalBackup to false if you want to take a final backup of the file system you are deleting. |
public void setSkipFinalBackup(Boolean skipFinalBackup)
Set SkipFinalBackup
to false if you want to take a final backup of the file system you are deleting.
By default, Amazon FSx will not take a final backup on your behalf when the DeleteFileSystem
operation is invoked. (Default = true)
The fsx:CreateBackup
permission is required if you set SkipFinalBackup
to
false
in order to delete the file system and take a final backup.
skipFinalBackup
- Set SkipFinalBackup
to false if you want to take a final backup of the file system you are
deleting. By default, Amazon FSx will not take a final backup on your behalf when the
DeleteFileSystem
operation is invoked. (Default = true)
The fsx:CreateBackup
permission is required if you set SkipFinalBackup
to
false
in order to delete the file system and take a final backup.
public Boolean getSkipFinalBackup()
Set SkipFinalBackup
to false if you want to take a final backup of the file system you are deleting.
By default, Amazon FSx will not take a final backup on your behalf when the DeleteFileSystem
operation is invoked. (Default = true)
The fsx:CreateBackup
permission is required if you set SkipFinalBackup
to
false
in order to delete the file system and take a final backup.
SkipFinalBackup
to false if you want to take a final backup of the file system you are
deleting. By default, Amazon FSx will not take a final backup on your behalf when the
DeleteFileSystem
operation is invoked. (Default = true)
The fsx:CreateBackup
permission is required if you set SkipFinalBackup
to
false
in order to delete the file system and take a final backup.
public DeleteFileSystemLustreConfiguration withSkipFinalBackup(Boolean skipFinalBackup)
Set SkipFinalBackup
to false if you want to take a final backup of the file system you are deleting.
By default, Amazon FSx will not take a final backup on your behalf when the DeleteFileSystem
operation is invoked. (Default = true)
The fsx:CreateBackup
permission is required if you set SkipFinalBackup
to
false
in order to delete the file system and take a final backup.
skipFinalBackup
- Set SkipFinalBackup
to false if you want to take a final backup of the file system you are
deleting. By default, Amazon FSx will not take a final backup on your behalf when the
DeleteFileSystem
operation is invoked. (Default = true)
The fsx:CreateBackup
permission is required if you set SkipFinalBackup
to
false
in order to delete the file system and take a final backup.
public Boolean isSkipFinalBackup()
Set SkipFinalBackup
to false if you want to take a final backup of the file system you are deleting.
By default, Amazon FSx will not take a final backup on your behalf when the DeleteFileSystem
operation is invoked. (Default = true)
The fsx:CreateBackup
permission is required if you set SkipFinalBackup
to
false
in order to delete the file system and take a final backup.
SkipFinalBackup
to false if you want to take a final backup of the file system you are
deleting. By default, Amazon FSx will not take a final backup on your behalf when the
DeleteFileSystem
operation is invoked. (Default = true)
The fsx:CreateBackup
permission is required if you set SkipFinalBackup
to
false
in order to delete the file system and take a final backup.
public List<Tag> getFinalBackupTags()
Use if SkipFinalBackup
is set to false
, and you want to apply an array of tags to the
final backup. If you have set the file system property CopyTagsToBackups
to true, and you specify
one or more FinalBackupTags
when deleting a file system, Amazon FSx will not copy any existing file
system tags to the backup.
SkipFinalBackup
is set to false
, and you want to apply an array of tags
to the final backup. If you have set the file system property CopyTagsToBackups
to true, and
you specify one or more FinalBackupTags
when deleting a file system, Amazon FSx will not
copy any existing file system tags to the backup.public void setFinalBackupTags(Collection<Tag> finalBackupTags)
Use if SkipFinalBackup
is set to false
, and you want to apply an array of tags to the
final backup. If you have set the file system property CopyTagsToBackups
to true, and you specify
one or more FinalBackupTags
when deleting a file system, Amazon FSx will not copy any existing file
system tags to the backup.
finalBackupTags
- Use if SkipFinalBackup
is set to false
, and you want to apply an array of tags
to the final backup. If you have set the file system property CopyTagsToBackups
to true, and
you specify one or more FinalBackupTags
when deleting a file system, Amazon FSx will not copy
any existing file system tags to the backup.public DeleteFileSystemLustreConfiguration withFinalBackupTags(Tag... finalBackupTags)
Use if SkipFinalBackup
is set to false
, and you want to apply an array of tags to the
final backup. If you have set the file system property CopyTagsToBackups
to true, and you specify
one or more FinalBackupTags
when deleting a file system, Amazon FSx will not copy any existing file
system tags to the 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
- Use if SkipFinalBackup
is set to false
, and you want to apply an array of tags
to the final backup. If you have set the file system property CopyTagsToBackups
to true, and
you specify one or more FinalBackupTags
when deleting a file system, Amazon FSx will not copy
any existing file system tags to the backup.public DeleteFileSystemLustreConfiguration withFinalBackupTags(Collection<Tag> finalBackupTags)
Use if SkipFinalBackup
is set to false
, and you want to apply an array of tags to the
final backup. If you have set the file system property CopyTagsToBackups
to true, and you specify
one or more FinalBackupTags
when deleting a file system, Amazon FSx will not copy any existing file
system tags to the backup.
finalBackupTags
- Use if SkipFinalBackup
is set to false
, and you want to apply an array of tags
to the final backup. If you have set the file system property CopyTagsToBackups
to true, and
you specify one or more FinalBackupTags
when deleting a file system, Amazon FSx will not copy
any existing file system tags to the backup.public String toString()
toString
in class Object
Object.toString()
public DeleteFileSystemLustreConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.