public static interface Backup.Builder extends CopyableBuilder<Backup.Builder,Backup>
Modifier and Type | Method and Description |
---|---|
Backup.Builder |
backupArn(String backupArn)
The ARN of the backup.
|
Backup.Builder |
backupId(String backupId)
The generated ID of the backup.
|
Backup.Builder |
backupType(BackupType backupType)
The backup type.
|
Backup.Builder |
backupType(String backupType)
The backup type.
|
Backup.Builder |
createdAt(Instant createdAt)
The time stamp when the backup was created in the database.
|
Backup.Builder |
description(String description)
A user-provided description for a manual backup.
|
Backup.Builder |
engine(String engine)
The engine type that is obtained from the server when the backup is created.
|
Backup.Builder |
engineModel(String engineModel)
The engine model that is obtained from the server when the backup is created.
|
Backup.Builder |
engineVersion(String engineVersion)
The engine version that is obtained from the server when the backup is created.
|
Backup.Builder |
instanceProfileArn(String instanceProfileArn)
The EC2 instance profile ARN that is obtained from the server when the backup is created.
|
Backup.Builder |
instanceType(String instanceType)
The instance type that is obtained from the server when the backup is created.
|
Backup.Builder |
keyPair(String keyPair)
The key pair that is obtained from the server when the backup is created.
|
Backup.Builder |
preferredBackupWindow(String preferredBackupWindow)
The preferred backup period that is obtained from the server when the backup is created.
|
Backup.Builder |
preferredMaintenanceWindow(String preferredMaintenanceWindow)
The preferred maintenance period that is obtained from the server when the backup is created.
|
Backup.Builder |
s3DataSize(Integer s3DataSize)
This field is deprecated and is no longer used.
|
Backup.Builder |
s3DataUrl(String s3DataUrl)
This field is deprecated and is no longer used.
|
Backup.Builder |
s3LogUrl(String s3LogUrl)
The Amazon S3 URL of the backup's log file.
|
Backup.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The security group IDs that are obtained from the server when the backup is created.
|
Backup.Builder |
securityGroupIds(String... securityGroupIds)
The security group IDs that are obtained from the server when the backup is created.
|
Backup.Builder |
serverName(String serverName)
The name of the server from which the backup was made.
|
Backup.Builder |
serviceRoleArn(String serviceRoleArn)
The service role ARN that is obtained from the server when the backup is created.
|
Backup.Builder |
status(BackupStatus status)
The status of a backup while in progress.
|
Backup.Builder |
status(String status)
The status of a backup while in progress.
|
Backup.Builder |
statusDescription(String statusDescription)
An informational message about backup status.
|
Backup.Builder |
subnetIds(Collection<String> subnetIds)
The subnet IDs that are obtained from the server when the backup is created.
|
Backup.Builder |
subnetIds(String... subnetIds)
The subnet IDs that are obtained from the server when the backup is created.
|
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 |
userArn(String userArn)
The IAM user ARN of the requester for manual backups.
|
copy
applyMutation, build
Backup.Builder backupArn(String backupArn)
The ARN of the backup.
backupArn
- The ARN of the backup.Backup.Builder backupId(String backupId)
The generated ID of the backup. Example: myServerName-yyyyMMddHHmmssSSS
backupId
- The generated ID of the backup. Example: myServerName-yyyyMMddHHmmssSSS
Backup.Builder backupType(String backupType)
The backup type. Valid values are automated
or manual
.
backupType
- The backup type. Valid values are automated
or manual
.BackupType
,
BackupType
Backup.Builder backupType(BackupType backupType)
The backup type. Valid values are automated
or manual
.
backupType
- The backup type. Valid values are automated
or manual
.BackupType
,
BackupType
Backup.Builder createdAt(Instant createdAt)
The time stamp when the backup was created in the database. Example: 2016-07-29T13:38:47.520Z
createdAt
- The time stamp when the backup was created in the database. Example:
2016-07-29T13:38:47.520Z
Backup.Builder description(String description)
A user-provided description for a manual backup. This field is empty for automated backups.
description
- A user-provided description for a manual backup. This field is empty for automated backups.Backup.Builder engine(String engine)
The engine type that is obtained from the server when the backup is created.
engine
- The engine type that is obtained from the server when the backup is created.Backup.Builder engineModel(String engineModel)
The engine model that is obtained from the server when the backup is created.
engineModel
- The engine model that is obtained from the server when the backup is created.Backup.Builder engineVersion(String engineVersion)
The engine version that is obtained from the server when the backup is created.
engineVersion
- The engine version that is obtained from the server when the backup is created.Backup.Builder instanceProfileArn(String instanceProfileArn)
The EC2 instance profile ARN that is obtained from the server when the backup is created. Because this value is stored, you are not required to provide the InstanceProfileArn again if you restore a backup.
instanceProfileArn
- The EC2 instance profile ARN that is obtained from the server when the backup is created. Because this
value is stored, you are not required to provide the InstanceProfileArn again if you restore a backup.Backup.Builder instanceType(String instanceType)
The instance type that is obtained from the server when the backup is created.
instanceType
- The instance type that is obtained from the server when the backup is created.Backup.Builder keyPair(String keyPair)
The key pair that is obtained from the server when the backup is created.
keyPair
- The key pair that is obtained from the server when the backup is created.Backup.Builder preferredBackupWindow(String preferredBackupWindow)
The preferred backup period that is obtained from the server when the backup is created.
preferredBackupWindow
- The preferred backup period that is obtained from the server when the backup is created.Backup.Builder preferredMaintenanceWindow(String preferredMaintenanceWindow)
The preferred maintenance period that is obtained from the server when the backup is created.
preferredMaintenanceWindow
- The preferred maintenance period that is obtained from the server when the backup is created.Backup.Builder s3DataSize(Integer s3DataSize)
This field is deprecated and is no longer used.
s3DataSize
- This field is deprecated and is no longer used.Backup.Builder s3DataUrl(String s3DataUrl)
This field is deprecated and is no longer used.
s3DataUrl
- This field is deprecated and is no longer used.Backup.Builder s3LogUrl(String s3LogUrl)
The Amazon S3 URL of the backup's log file.
s3LogUrl
- The Amazon S3 URL of the backup's log file.Backup.Builder securityGroupIds(Collection<String> securityGroupIds)
The security group IDs that are obtained from the server when the backup is created.
securityGroupIds
- The security group IDs that are obtained from the server when the backup is created.Backup.Builder securityGroupIds(String... securityGroupIds)
The security group IDs that are obtained from the server when the backup is created.
securityGroupIds
- The security group IDs that are obtained from the server when the backup is created.Backup.Builder serverName(String serverName)
The name of the server from which the backup was made.
serverName
- The name of the server from which the backup was made.Backup.Builder serviceRoleArn(String serviceRoleArn)
The service role ARN that is obtained from the server when the backup is created.
serviceRoleArn
- The service role ARN that is obtained from the server when the backup is created.Backup.Builder status(String status)
The status of a backup while in progress.
status
- The status of a backup while in progress.BackupStatus
,
BackupStatus
Backup.Builder status(BackupStatus status)
The status of a backup while in progress.
status
- The status of a backup while in progress.BackupStatus
,
BackupStatus
Backup.Builder statusDescription(String statusDescription)
An informational message about backup status.
statusDescription
- An informational message about backup status.Backup.Builder subnetIds(Collection<String> subnetIds)
The subnet IDs that are obtained from the server when the backup is created.
subnetIds
- The subnet IDs that are obtained from the server when the backup is created.Backup.Builder subnetIds(String... subnetIds)
The subnet IDs that are obtained from the server when the backup is created.
subnetIds
- The subnet IDs that are obtained from the server when the backup is created.Backup.Builder toolsVersion(String toolsVersion)
The version of AWS OpsWorks CM-specific tools that is obtained from the server when the backup is created.
toolsVersion
- The version of AWS OpsWorks CM-specific tools that is obtained from the server when the backup is
created.Backup.Builder userArn(String userArn)
The IAM user ARN of the requester for manual backups. This field is empty for automated backups.
userArn
- The IAM user ARN of the requester for manual backups. This field is empty for automated backups.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.