Backup.Builder |
Backup.Builder.backupId(String backupId) |
The ID of the backup.
|
static Backup.Builder |
Backup.builder() |
|
Backup.Builder |
Backup.Builder.creationTime(Instant creationTime) |
The time when a particular backup was created.
|
default Backup.Builder |
Backup.Builder.directoryInformation(Consumer<ActiveDirectoryBackupAttributes.Builder> directoryInformation) |
The configuration of the self-managed Microsoft Active Directory directory to which the Windows File Server
instance is joined.
|
Backup.Builder |
Backup.Builder.directoryInformation(ActiveDirectoryBackupAttributes directoryInformation) |
The configuration of the self-managed Microsoft Active Directory directory to which the Windows File Server
instance is joined.
|
default Backup.Builder |
Backup.Builder.failureDetails(Consumer<BackupFailureDetails.Builder> failureDetails) |
Details explaining any failures that occurred when creating a backup.
|
Backup.Builder |
Backup.Builder.failureDetails(BackupFailureDetails failureDetails) |
Details explaining any failures that occurred when creating a backup.
|
default Backup.Builder |
Backup.Builder.fileSystem(Consumer<FileSystem.Builder> fileSystem) |
The metadata of the file system associated with the backup.
|
Backup.Builder |
Backup.Builder.fileSystem(FileSystem fileSystem) |
The metadata of the file system associated with the backup.
|
Backup.Builder |
Backup.Builder.kmsKeyId(String kmsKeyId) |
The ID of the Key Management Service (KMS) key used to encrypt the backup of the Amazon FSx file system's
data at rest.
|
Backup.Builder |
Backup.Builder.lifecycle(String lifecycle) |
The lifecycle status of the backup.
|
Backup.Builder |
Backup.Builder.lifecycle(BackupLifecycle lifecycle) |
The lifecycle status of the backup.
|
Backup.Builder |
Backup.Builder.ownerId(String ownerId) |
Sets the value of the OwnerId property for this object.
|
Backup.Builder |
Backup.Builder.progressPercent(Integer progressPercent) |
Sets the value of the ProgressPercent property for this object.
|
Backup.Builder |
Backup.Builder.resourceARN(String resourceARN) |
The Amazon Resource Name (ARN) for the backup resource.
|
Backup.Builder |
Backup.Builder.resourceType(String resourceType) |
Specifies the resource type that's backed up.
|
Backup.Builder |
Backup.Builder.resourceType(ResourceType resourceType) |
Specifies the resource type that's backed up.
|
Backup.Builder |
Backup.Builder.sizeInBytes(Long sizeInBytes) |
The size of the backup in bytes.
|
Backup.Builder |
Backup.Builder.sourceBackupId(String sourceBackupId) |
Sets the value of the SourceBackupId property for this object.
|
Backup.Builder |
Backup.Builder.sourceBackupRegion(String sourceBackupRegion) |
The source Region of the backup.
|
Backup.Builder |
Backup.Builder.tags(Collection<Tag> tags) |
The tags associated with a particular file system.
|
Backup.Builder |
Backup.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags associated with a particular file system.
|
Backup.Builder |
Backup.Builder.tags(Tag... tags) |
The tags associated with a particular file system.
|
Backup.Builder |
Backup.toBuilder() |
|
Backup.Builder |
Backup.Builder.type(String type) |
The type of the file-system backup.
|
Backup.Builder |
Backup.Builder.type(BackupType type) |
The type of the file-system backup.
|
default Backup.Builder |
Backup.Builder.volume(Consumer<Volume.Builder> volume) |
Sets the value of the Volume property for this object.
|
Backup.Builder |
Backup.Builder.volume(Volume volume) |
Sets the value of the Volume property for this object.
|