Interface RecoveryPointMember.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RecoveryPointMember.Builder,
,RecoveryPointMember> SdkBuilder<RecoveryPointMember.Builder,
,RecoveryPointMember> SdkPojo
- Enclosing class:
RecoveryPointMember
@Mutable
@NotThreadSafe
public static interface RecoveryPointMember.Builder
extends SdkPojo, CopyableBuilder<RecoveryPointMember.Builder,RecoveryPointMember>
-
Method Summary
Modifier and TypeMethodDescriptionbackupVaultName
(String backupVaultName) The name of the backup vault (the logical container in which backups are stored).recoveryPointArn
(String recoveryPointArn) The Amazon Resource Name (ARN) of the parent (composite) recovery point.resourceArn
(String resourceArn) The Amazon Resource Name (ARN) that uniquely identifies a saved resource.resourceType
(String resourceType) The Amazon Web Services resource type that is saved as a recovery point.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, sdkFieldNameToField, sdkFields
-
Method Details
-
recoveryPointArn
The Amazon Resource Name (ARN) of the parent (composite) recovery point.
- Parameters:
recoveryPointArn
- The Amazon Resource Name (ARN) of the parent (composite) recovery point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
The Amazon Resource Name (ARN) that uniquely identifies a saved resource.
- Parameters:
resourceArn
- The Amazon Resource Name (ARN) that uniquely identifies a saved resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The Amazon Web Services resource type that is saved as a recovery point.
- Parameters:
resourceType
- The Amazon Web Services resource type that is saved as a recovery point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupVaultName
The name of the backup vault (the logical container in which backups are stored).
- Parameters:
backupVaultName
- The name of the backup vault (the logical container in which backups are stored).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-