Interface AwsBackupRecoveryPointCreatedByDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsBackupRecoveryPointCreatedByDetails.Builder,AwsBackupRecoveryPointCreatedByDetails>,SdkBuilder<AwsBackupRecoveryPointCreatedByDetails.Builder,AwsBackupRecoveryPointCreatedByDetails>,SdkPojo
- Enclosing class:
- AwsBackupRecoveryPointCreatedByDetails
public static interface AwsBackupRecoveryPointCreatedByDetails.Builder extends SdkPojo, CopyableBuilder<AwsBackupRecoveryPointCreatedByDetails.Builder,AwsBackupRecoveryPointCreatedByDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsBackupRecoveryPointCreatedByDetails.BuilderbackupPlanArn(String backupPlanArn)An Amazon Resource Name (ARN) that uniquely identifies a backup plan.AwsBackupRecoveryPointCreatedByDetails.BuilderbackupPlanId(String backupPlanId)Uniquely identifies a backup plan.AwsBackupRecoveryPointCreatedByDetails.BuilderbackupPlanVersion(String backupPlanVersion)Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long.AwsBackupRecoveryPointCreatedByDetails.BuilderbackupRuleId(String backupRuleId)Uniquely identifies a rule used to schedule the backup of a selection of resources.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
backupPlanArn
AwsBackupRecoveryPointCreatedByDetails.Builder backupPlanArn(String backupPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup plan.
- Parameters:
backupPlanArn- An Amazon Resource Name (ARN) that uniquely identifies a backup plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupPlanId
AwsBackupRecoveryPointCreatedByDetails.Builder backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
- Parameters:
backupPlanId- Uniquely identifies a backup plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupPlanVersion
AwsBackupRecoveryPointCreatedByDetails.Builder backupPlanVersion(String backupPlanVersion)
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
- Parameters:
backupPlanVersion- Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupRuleId
AwsBackupRecoveryPointCreatedByDetails.Builder backupRuleId(String backupRuleId)
Uniquely identifies a rule used to schedule the backup of a selection of resources.
- Parameters:
backupRuleId- Uniquely identifies a rule used to schedule the backup of a selection of resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-