Interface RecoveryPointMember.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RecoveryPointMember.Builder,RecoveryPointMember>,SdkBuilder<RecoveryPointMember.Builder,RecoveryPointMember>,SdkPojo
- Enclosing class:
- RecoveryPointMember
public static interface RecoveryPointMember.Builder extends SdkPojo, CopyableBuilder<RecoveryPointMember.Builder,RecoveryPointMember>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecoveryPointMember.BuilderbackupVaultName(String backupVaultName)This is the name of the backup vault (the logical container in which backups are stored).RecoveryPointMember.BuilderrecoveryPointArn(String recoveryPointArn)This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.RecoveryPointMember.BuilderresourceArn(String resourceArn)This is the Amazon Resource Name (ARN) that uniquely identifies a saved resource.RecoveryPointMember.BuilderresourceType(String resourceType)This is 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, sdkFields
-
-
-
-
Method Detail
-
recoveryPointArn
RecoveryPointMember.Builder recoveryPointArn(String recoveryPointArn)
This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.
- Parameters:
recoveryPointArn- This is 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
RecoveryPointMember.Builder resourceArn(String resourceArn)
This is the Amazon Resource Name (ARN) that uniquely identifies a saved resource.
- Parameters:
resourceArn- This is 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
RecoveryPointMember.Builder resourceType(String resourceType)
This is the Amazon Web Services resource type that is saved as a recovery point.
- Parameters:
resourceType- This is 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
RecoveryPointMember.Builder backupVaultName(String backupVaultName)
This is the name of the backup vault (the logical container in which backups are stored).
- Parameters:
backupVaultName- This is 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.
-
-