Class RecoveryPointCreator
- java.lang.Object
-
- software.amazon.awssdk.services.backup.model.RecoveryPointCreator
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RecoveryPointCreator.Builder,RecoveryPointCreator>
@Generated("software.amazon.awssdk:codegen") public final class RecoveryPointCreator extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecoveryPointCreator.Builder,RecoveryPointCreator>
Contains information about the backup plan and rule that Backup used to initiate the recovery point backup.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRecoveryPointCreator.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbackupPlanArn()An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.StringbackupPlanId()Uniquely identifies a backup plan.StringbackupPlanVersion()Version IDs are unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long.StringbackupRuleId()Uniquely identifies a rule used to schedule the backup of a selection of resources.static RecoveryPointCreator.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends RecoveryPointCreator.Builder>serializableBuilderClass()RecoveryPointCreator.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
backupPlanId
public final String backupPlanId()
Uniquely identifies a backup plan.
- Returns:
- Uniquely identifies a backup plan.
-
backupPlanArn
public final String backupPlanArn()
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.- Returns:
- An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.
-
backupPlanVersion
public final String backupPlanVersion()
Version IDs are unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. They cannot be edited.
- Returns:
- Version IDs are unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. They cannot be edited.
-
backupRuleId
public final String backupRuleId()
Uniquely identifies a rule used to schedule the backup of a selection of resources.
- Returns:
- Uniquely identifies a rule used to schedule the backup of a selection of resources.
-
toBuilder
public RecoveryPointCreator.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RecoveryPointCreator.Builder,RecoveryPointCreator>
-
builder
public static RecoveryPointCreator.Builder builder()
-
serializableBuilderClass
public static Class<? extends RecoveryPointCreator.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-