Class AwsBackupBackupPlanRuleCopyActionsDetails

    • Method Detail

      • destinationBackupVaultArn

        public final String destinationBackupVaultArn()

        An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.

        Returns:
        An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.
      • lifecycle

        public final AwsBackupBackupPlanLifecycleDetails lifecycle()

        Defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. If you don't specify a lifecycle, Backup applies the lifecycle policy of the source backup to the destination backup.

        Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days.

        Returns:
        Defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. If you don't specify a lifecycle, Backup applies the lifecycle policy of the source backup to the destination backup.

        Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days.

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)