| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Backup.Builder |
Backup.Builder.directoryInformation(ActiveDirectoryBackupAttributes directoryInformation)
The configuration of the self-managed Microsoft Active Directory (AD) to which the Windows File Server
instance is joined.
|
default Backup.Builder |
Backup.Builder.directoryInformation(Consumer<ActiveDirectoryBackupAttributes.Builder> directoryInformation)
The configuration of the self-managed Microsoft Active Directory (AD) to which the Windows File Server
instance is joined.
|
Backup.Builder |
Backup.Builder.failureDetails(BackupFailureDetails failureDetails)
Details explaining any failures that occur when creating a backup.
|
default Backup.Builder |
Backup.Builder.failureDetails(Consumer<BackupFailureDetails.Builder> failureDetails)
Details explaining any failures that occur when creating a backup.
|
default Backup.Builder |
Backup.Builder.fileSystem(Consumer<FileSystem.Builder> fileSystem)
Metadata of the file system associated with the backup.
|
Backup.Builder |
Backup.Builder.fileSystem(FileSystem fileSystem)
Metadata of the file system associated with the backup.
|
Backup.Builder |
Backup.Builder.kmsKeyId(String kmsKeyId)
The ID of the AWS Key Management Service (AWS KMS) key used to encrypt the backup of the Amazon FSx file
system's data at rest.
|
Backup.Builder |
Backup.Builder.lifecycle(BackupLifecycle lifecycle)
The lifecycle status of the backup.
|
Backup.Builder |
Backup.Builder.lifecycle(String 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.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)
Tags associated with a particular file system.
|
Backup.Builder |
Backup.Builder.tags(Consumer<Tag.Builder>... tags)
Tags associated with a particular file system.
|
Backup.Builder |
Backup.Builder.tags(Tag... tags)
Tags associated with a particular file system.
|
Backup.Builder |
Backup.toBuilder() |
Backup.Builder |
Backup.Builder.type(BackupType type)
The type of the file system backup.
|
Backup.Builder |
Backup.Builder.type(String type)
The type of the file system backup.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Backup.Builder> |
Backup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CopyBackupResponse.Builder |
CopyBackupResponse.Builder.backup(Consumer<Backup.Builder> backup)
Sets the value of the Backup property for this object.
|
default CreateBackupResponse.Builder |
CreateBackupResponse.Builder.backup(Consumer<Backup.Builder> backup)
A description of the backup.
|
Copyright © 2021. All rights reserved.