| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworkscm.model |
| Modifier and Type | Method and Description |
|---|---|
Backup.Builder |
Backup.Builder.backupArn(String backupArn)
The ARN of the backup.
|
Backup.Builder |
Backup.Builder.backupId(String backupId)
The generated ID of the backup.
|
Backup.Builder |
Backup.Builder.backupType(BackupType backupType)
The backup type.
|
Backup.Builder |
Backup.Builder.backupType(String backupType)
The backup type.
|
static Backup.Builder |
Backup.builder() |
Backup.Builder |
Backup.Builder.createdAt(Instant createdAt)
The time stamp when the backup was created in the database.
|
Backup.Builder |
Backup.Builder.description(String description)
A user-provided description for a manual backup.
|
Backup.Builder |
Backup.Builder.engine(String engine)
The engine type that is obtained from the server when the backup is created.
|
Backup.Builder |
Backup.Builder.engineModel(String engineModel)
The engine model that is obtained from the server when the backup is created.
|
Backup.Builder |
Backup.Builder.engineVersion(String engineVersion)
The engine version that is obtained from the server when the backup is created.
|
Backup.Builder |
Backup.Builder.instanceProfileArn(String instanceProfileArn)
The EC2 instance profile ARN that is obtained from the server when the backup is created.
|
Backup.Builder |
Backup.Builder.instanceType(String instanceType)
The instance type that is obtained from the server when the backup is created.
|
Backup.Builder |
Backup.Builder.keyPair(String keyPair)
The key pair that is obtained from the server when the backup is created.
|
Backup.Builder |
Backup.Builder.preferredBackupWindow(String preferredBackupWindow)
The preferred backup period that is obtained from the server when the backup is created.
|
Backup.Builder |
Backup.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow)
The preferred maintenance period that is obtained from the server when the backup is created.
|
Backup.Builder |
Backup.Builder.s3DataSize(Integer s3DataSize)
Deprecated.
|
Backup.Builder |
Backup.Builder.s3DataUrl(String s3DataUrl)
Deprecated.
|
Backup.Builder |
Backup.Builder.s3LogUrl(String s3LogUrl)
The Amazon S3 URL of the backup's log file.
|
Backup.Builder |
Backup.Builder.securityGroupIds(Collection<String> securityGroupIds)
The security group IDs that are obtained from the server when the backup is created.
|
Backup.Builder |
Backup.Builder.securityGroupIds(String... securityGroupIds)
The security group IDs that are obtained from the server when the backup is created.
|
Backup.Builder |
Backup.Builder.serverName(String serverName)
The name of the server from which the backup was made.
|
Backup.Builder |
Backup.Builder.serviceRoleArn(String serviceRoleArn)
The service role ARN that is obtained from the server when the backup is created.
|
Backup.Builder |
Backup.Builder.status(BackupStatus status)
The status of a backup while in progress.
|
Backup.Builder |
Backup.Builder.status(String status)
The status of a backup while in progress.
|
Backup.Builder |
Backup.Builder.statusDescription(String statusDescription)
An informational message about backup status.
|
Backup.Builder |
Backup.Builder.subnetIds(Collection<String> subnetIds)
The subnet IDs that are obtained from the server when the backup is created.
|
Backup.Builder |
Backup.Builder.subnetIds(String... subnetIds)
The subnet IDs that are obtained from the server when the backup is created.
|
Backup.Builder |
Backup.toBuilder() |
Backup.Builder |
Backup.Builder.toolsVersion(String toolsVersion)
The version of AWS OpsWorks CM-specific tools that is obtained from the server when the backup is created.
|
Backup.Builder |
Backup.Builder.userArn(String userArn)
The IAM user ARN of the requester for manual backups.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Backup.Builder> |
Backup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateBackupResponse.Builder |
CreateBackupResponse.Builder.backup(Consumer<Backup.Builder> backup)
Backup created by request.
|
Copyright © 2023. All rights reserved.